Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.112
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2024
1 parent 097b418 commit 6505eb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ actix-web = "4.4.1"
env_logger = "0.11.0"
log = { version = "0.4.20", features = ["release_max_level_trace"] }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
serde_json = "1.0.112"

# NOTE: Don't need bloom filters, because we always do prefix queries for pretty much everything
fjall = { version = "0.6.1" }
Expand Down
2 changes: 1 addition & 1 deletion smoltable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/lib.rs"
[dependencies]
log = { version = "0.4.20" }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
serde_json = "1.0.112"
bincode = { version = "1.3.3" }
test-log = "0.2.14"
tempfile = "3.9.0"
Expand Down

0 comments on commit 6505eb2

Please sign in to comment.