Skip to content

Commit

Permalink
Merge pull request #101 from c410-f3r/dependabot/cargo/rust_decimal-1…
Browse files Browse the repository at this point in the history
….34.2

Bump rust_decimal from 1.33.1 to 1.34.2
  • Loading branch information
c410-f3r committed Feb 3, 2024
2 parents f8e89b6 + 50fd118 commit 0822a87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 wtx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ rand = { default-features = false, features = ["small_rng"], optional = true, ve
reqwest = { default-features = false, optional = true, version = "0.11" }
ring = { default-features = false, optional = true, version = "0.17" }
rkyv = { default-features = false, features = ["validation"], optional = true, version = "0.7" }
rust_decimal = { default-features = false, features = ["maths"], optional = true, version = "1.0" }
rust_decimal = { default-features = false, features = ["maths"], optional = true, version = "1.34" }
rustls-pemfile = { default-features = false, features = ["std"], optional = true, version = "2.0" }
rustls-pki-types = { default-features = false, optional = true, version = "1.0" }
serde = { default-features = false, features = ["alloc", "derive"], optional = true, version = "1.0" }
Expand Down

0 comments on commit 0822a87

Please sign in to comment.