chore(deps): bump shadow-rs from 0.35.2 to 0.36.0
Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.35.2 to 0.36.0. - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.35.2...v0.36.0) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
918da22952
commit
b1381dc0f7
2 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -4140,9 +4140,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "shadow-rs"
|
||||
version = "0.35.2"
|
||||
version = "0.36.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f1b2328fb3ec0d5302f95915e7e77cfc2ff943714d9970bc4b66e9eacf318687"
|
||||
checksum = "58cfcd0643497a9f780502063aecbcc4a3212cbe4948fd25ee8fd179c2cf9a18"
|
||||
dependencies = [
|
||||
"const_format",
|
||||
"is_debug",
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ os_info = "3"
|
|||
rayon = { version = "1", optional = true }
|
||||
regex = { version = "1", optional = true }
|
||||
requestty = { version = "0.5", features = ["macros", "termion"] }
|
||||
shadow-rs = { version = "0.35", default-features = false }
|
||||
shadow-rs = { version = "0.36", default-features = false }
|
||||
urlencoding = "2"
|
||||
yaml-rust2 = { version = "0.9", optional = true }
|
||||
|
||||
|
|
@ -126,7 +126,7 @@ rusty-hook = "0.11"
|
|||
rstest.workspace = true
|
||||
|
||||
[build-dependencies]
|
||||
shadow-rs = { version = "0.35", default-features = false }
|
||||
shadow-rs = { version = "0.36", default-features = false }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue