diff --git a/Cargo.lock b/Cargo.lock index be45d3c4..12a73ba1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2792,9 +2792,9 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.33.1" +version = "1.34.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06676aec5ccb8fc1da723cc8c0f9a46549f21ebb8753d3915c6c41db1e7f1dc4" +checksum = "755392e1a2f77afd95580d3f0d0e94ac83eeeb7167552c9b5bca549e61a94d83" dependencies = [ "arrayvec", "num-traits", diff --git a/wtx/Cargo.toml b/wtx/Cargo.toml index c01da18f..06fdac93 100644 --- a/wtx/Cargo.toml +++ b/wtx/Cargo.toml @@ -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" }