Skip to content

Commit

Permalink
chore(deps): bump deps (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
thevaibhav-dixit authored Mar 29, 2024
1 parent c2befa1 commit 8865a12
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serial_test = { version = "*" , features = ["file_locks"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
serde_yaml = "0.9.34"
serde_with = { version = "3.6.1", features = ["chrono_0_4"] }
serde_with = { version = "3.7.0", features = ["chrono_0_4"] }
sqlx = { version = "0.7.4", features = [ "runtime-tokio-rustls", "postgres", "rust_decimal", "uuid", "chrono", "json" ] }
sqlxmq = { version = "0.5.0", default-features = false, features = ["runtime-tokio-rustls"] }
sqlx-ledger = { version = "0.11.3", features = ["otel"] }
Expand All @@ -42,16 +42,16 @@ opentelemetry_sdk = { version = "0.22.1", features = ["rt-tokio"] }
opentelemetry-http = "0.11.0"
chrono = { version = "0.4.35", features = ["clock", "serde"], default-features = false }
ring = "0.16.20"
uuid = { version = "1.7.0", features = ["v4", "serde"] }
uuid = { version = "1.8.0", features = ["v4", "serde"] }
data-encoding = "2.5.0"
rust_decimal = "1.34.3"
rust_decimal_macros = "1.34.2"
governor = "0.5.1"
lazy_static = "1.4.0"
rand = "0.8.5"
itertools = "0.11.0"
crc32fast = "1.3.2"
clap = { version = "4.5", features = ["derive", "env"] }
crc32fast = "1.4.0"
clap = { version = "4.5.4", features = ["derive", "env"] }
tonic = "0.11"
tonic-build = { version = "0.11", features = ["prost"] }
protobuf-src = { version = "1.1.0" }
Expand All @@ -60,3 +60,4 @@ prost-wkt-types = { version = "0.5.0", features = ["vendored-protoc"]}
graphql_client = {version = "0.12.0", features = ["reqwest"]}
rusty-money = "0.4.1"
derive_builder = "0.20.0"
h2 = "0.4.3"
2 changes: 1 addition & 1 deletion hedging/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ uuid = { workspace = true }
serde_with = { workspace = true }

# To fix vulnerability
h2 = "0.4.2"
h2 = { workspace = true }

[dev-dependencies]
anyhow = { workspace = true }
Expand Down

0 comments on commit 8865a12

Please sign in to comment.