Bump shadow-rs from 0.31.1 to 0.33.0 (#13713)

This commit is contained in:
dependabot[bot] 2024-08-28 13:05:11 +00:00 committed by GitHub
parent 055d7e27e9
commit 7171c9b84a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -5707,9 +5707,9 @@ dependencies = [
[[package]]
name = "shadow-rs"
version = "0.31.1"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02c282402d25101f9c893e9cd7e4cae535fe7db18b81291de973026c219ddf1e"
checksum = "8a3978e7641f86a78c2f619f9b13bdffb4e43a1d5119f39eb03d1bc5ac61daaf"
dependencies = [
"const_format",
"is_debug",

View File

@ -18,10 +18,10 @@ nu-protocol = { path = "../nu-protocol", version = "0.97.2" }
nu-utils = { path = "../nu-utils", version = "0.97.2" }
itertools = { workspace = true }
shadow-rs = { version = "0.31", default-features = false }
shadow-rs = { version = "0.33", default-features = false }
[build-dependencies]
shadow-rs = { version = "0.31", default-features = false }
shadow-rs = { version = "0.33", default-features = false }
[features]
mimalloc = []