Skip to content

Commit

Permalink
fix: fix Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew2003 committed Dec 6, 2024
1 parent 5caecf8 commit b0a3a00
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 @@ -57,15 +57,15 @@ testcontainers-modules = { version = "0.11.3" }
thiserror = { version = "1.0.64" }
tokio = { version = "1.39.3", features = ["macros", "rt-multi-thread"] }
tokio-postgres = "0.7.12"
toml = "0.8.19"
toml = { version = "0.8.19" }
tonic = { version = "0.12.2" }
tower-http = { version = "0.6.1" }
tracing = { version = "0.1.40" }
tracing-bunyan-formatter = { version = "0.3.9" }
tracing-opentelemetry = { version = "0.27.0" }
tracing-subscriber = { version = "0.3.18" }
uuid = { version = "1.10.0", features = ["v4"] }
zip = "0.6.6"
zip = { version = "0.6.6" }

[patch.crates-io]
merlin = { git = "https://github.com/aptos-labs/merlin" }
Expand Down

0 comments on commit b0a3a00

Please sign in to comment.