Skip to content

Commit

Permalink
feat(deps): bump bigdecimal from 0.3.1 to 0.4.2 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 28, 2023
1 parent 303ead1 commit 9a49f6d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
20 changes: 17 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bigdecimal = { version = "0.3.0", features = ["serde"] }
bigdecimal = { version = "0.4.2", features = ["serde"] }
chrono = { version = "0.4", features = ["serde"] }
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "rustls-tls"] }
serde = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bigdecimal = { version = "0.3.0", features = ["serde"] }
bigdecimal = { version = "0.4.2", features = ["serde"] }
ethers = "2.0.11"
serde = "1.0.137"
serde_json = "1.0"
Expand Down

0 comments on commit 9a49f6d

Please sign in to comment.