Skip to content

Commit 612979a

Browse files
committed
fix: down bump cargo deps.
1 parent d4023e8 commit 612979a

File tree

2 files changed

+11
-23
lines changed

2 files changed

+11
-23
lines changed

Cargo.lock

+9-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ bcs = { git = "https://github.com/movementlabsxyz/bcs.git", rev = "bc16d2d39caba
487487
better_any = "0.1.1"
488488
bellman = { version = "0.13.1", default-features = false }
489489
# Bumped down to 0.3 due to https://github.com/diesel-rs/diesel/issues/4477
490-
bigdecimal = { version = "0.3", features = ["serde"] }
490+
bigdecimal = { version = "0.4.0", features = ["serde"] }
491491
version-compare = "0.1.1"
492492
bitvec = "1.0.1"
493493
blake2 = "0.10.4"
@@ -532,7 +532,7 @@ derivation-path = "0.2.0"
532532
derive_builder = "0.20.0"
533533
determinator = "0.12.0"
534534
derive_more = "0.99.11"
535-
diesel = "2.2.7"
535+
diesel = "2.2.3"
536536
diesel-async = { version = "0.5", features = [
537537
"async-connection-wrapper",
538538
"postgres",

0 commit comments

Comments
 (0)