Skip to content

Commit

Permalink
lock versions' patch
Browse files Browse the repository at this point in the history
  • Loading branch information
fominok committed Sep 24, 2024
1 parent 180aeb7 commit 3bddcff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions grovedb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ indexmap = "2.2.6"
intmap = { version = "2.0.0", optional = true }
grovedb-path = { version = "2.0.3", path = "../path" }
grovedbg-types = { version = "2.0.3", path = "../grovedbg-types", optional = true }
tokio = { version = "1.37", features = ["rt-multi-thread", "net"], optional = true }
axum = { version = "0.7", features = ["macros"], optional = true }
tower-http = { version = "0.5", features = ["fs"], optional = true }
tokio = { version = "1.40.0", features = ["rt-multi-thread", "net"], optional = true }
axum = { version = "0.7.5", features = ["macros"], optional = true }
tower-http = { version = "0.5.2", features = ["fs"], optional = true }
blake3 = "1.4.0"
bitvec = "1"
zip-extensions = { version ="0.6.2", optional = true }
grovedb-version = { path = "../grovedb-version", version = "2.0.3" }
tokio-util = { version = "0.7", optional = true }
tokio-util = { version = "0.7.12", optional = true }

[dev-dependencies]
rand = "0.8.5"
Expand Down

0 comments on commit 3bddcff

Please sign in to comment.