upgrade rust_decimal to 1.36.0 (#4550)
This commit is contained in:
parent
c7c0249d34
commit
cb02db1477
5 changed files with 6 additions and 6 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -5261,9 +5261,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rust_decimal"
|
||||
version = "1.35.0"
|
||||
version = "1.36.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a"
|
||||
checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
|
||||
dependencies = [
|
||||
"arbitrary",
|
||||
"arrayvec",
|
||||
|
|
|
@ -112,7 +112,7 @@ revision = { version = "0.8.0", features = [
|
|||
"uuid",
|
||||
] }
|
||||
rmpv = "1.0.1"
|
||||
rust_decimal = "1.35.0"
|
||||
rust_decimal = "1.36.0"
|
||||
rustyline = { version = "12.0.0", features = ["derive"] }
|
||||
semver = "1.0.20"
|
||||
serde = { version = "1.0.193", features = ["derive"] }
|
||||
|
|
|
@ -132,7 +132,7 @@ revision = { version = "0.8.0", features = [
|
|||
rmpv = "1.0.1"
|
||||
roaring = { version = "0.10.2", features = ["serde"] }
|
||||
rocksdb = { version = "0.21.0", features = ["lz4", "snappy"], optional = true }
|
||||
rust_decimal = { version = "1.33.1", features = ["maths", "serde-str"] }
|
||||
rust_decimal = { version = "1.36.0", features = ["maths", "serde-str"] }
|
||||
rust-stemmers = "1.2.0"
|
||||
scrypt = "0.11.0"
|
||||
semver = { version = "1.0.20", features = ["serde"] }
|
||||
|
|
|
@ -89,7 +89,7 @@ revision = { version = "0.8.0", features = [
|
|||
"rust_decimal",
|
||||
"uuid",
|
||||
] }
|
||||
rust_decimal = { version = "1.33.1", features = ["maths", "serde-str"] }
|
||||
rust_decimal = { version = "1.36.0", features = ["maths", "serde-str"] }
|
||||
rustls = { version = "0.23.12", default-features = false, features = [
|
||||
"ring",
|
||||
"logging",
|
||||
|
|
|
@ -1432,7 +1432,7 @@ version = "1.2.0"
|
|||
criteria = "safe-to-deploy"
|
||||
|
||||
[[exemptions.rust_decimal]]
|
||||
version = "1.35.0"
|
||||
version = "1.36.0"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
[[exemptions.rustc_lexer]]
|
||||
|
|
Loading…
Reference in a new issue