Bump shadow-rs from 0.23.0 to 0.24.1 (#10655)

This commit is contained in:
dependabot[bot] 2023-10-10 10:48:51 +00:00 committed by GitHub
parent 9f144798d3
commit 69a17fb247
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -4726,9 +4726,9 @@ dependencies = [
[[package]] [[package]]
name = "shadow-rs" name = "shadow-rs"
version = "0.23.0" version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "970538704756fd0bb4ec8cb89f80674afb661e7c0fe716f9ba5be57717742300" checksum = "f9198caff1c94f1a5df6664bddbc379896b51b98a55b0b3fedcb23078fe00c77"
dependencies = [ dependencies = [
"const_format", "const_format",
"is_debug", "is_debug",

View file

@ -20,10 +20,10 @@ nu-ansi-term = "0.49.0"
fancy-regex = "0.11" fancy-regex = "0.11"
itertools = "0.11" itertools = "0.11"
shadow-rs = { version = "0.23", default-features = false } shadow-rs = { version = "0.24", default-features = false }
[build-dependencies] [build-dependencies]
shadow-rs = { version = "0.23", default-features = false } shadow-rs = { version = "0.24", default-features = false }
[features] [features]
mimalloc = [] mimalloc = []