Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
- config to 0.15
- rocksdb to 0.23
  • Loading branch information
msk committed Jan 11, 2025
1 parent 4a291b8 commit 37ed221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bincode = "1"
chrono = { version = ">=0.4.35", default-features = false, features = [
"serde",
] }
config = { version = "0.14.0", optional = true }
config = { version = "0.15", optional = true }
data-encoding = "2"
diesel = { version = "2", features = ["chrono", "postgres", "serde_json"] }
diesel-async = { version = "0.5", features = ["bb8", "postgres"] }
Expand All @@ -32,7 +32,7 @@ num-traits = "0.2"
postgres-protocol = "0.6"
rand = "0.8"
ring = { version = "0.17", features = ["std"] }
rocksdb = "0.22"
rocksdb = "0.23"
rustls = { version = "0.23", default-features = false, features = [
"ring",
"std",
Expand Down

0 comments on commit 37ed221

Please sign in to comment.