chore(deps): update rust crate snapbox to v1

This commit is contained in:
renovate[bot] 2026-03-01 00:46:11 +00:00 committed by GitHub
parent 33f76c0a30
commit 1b61b0b941
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -1782,9 +1782,9 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
[[package]] [[package]]
name = "snapbox" name = "snapbox"
version = "0.6.24" version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c1abc378119f77310836665f8523018532cf7e3faeb3b10b01da5a7321bf8e1" checksum = "71d70a71b68054cbe88708f77abfc4bd2daf75028f8f55f4f1cff63565df89ea"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",
@ -1804,9 +1804,9 @@ dependencies = [
[[package]] [[package]]
name = "snapbox-macros" name = "snapbox-macros"
version = "0.4.0" version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b750c344002d7cc69afb9da00ebd9b5c0f8ac2eb7d115d9d45d5b5f47718d74" checksum = "d248cef42e1456ab2f7149c0376985351b7d849ea9ad2a957bf15ddfebf1fdf9"
dependencies = [ dependencies = [
"anstream", "anstream",
] ]

View file

@ -59,7 +59,7 @@ serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149" serde_json = "1.0.149"
sha2 = "0.10.9" sha2 = "0.10.9"
shlex = "1.3.0" shlex = "1.3.0"
snapbox = "0.6.24" snapbox = "1.0.0"
tempfile = "3.24.0" tempfile = "3.24.0"
tokio = "1.49.0" tokio = "1.49.0"
toml = "0.9.11" toml = "0.9.11"