Update Rust crate argfile to 0.2.0 (#10936)

This commit is contained in:
renovate[bot] 2024-04-14 21:48:30 -04:00 committed by GitHub
parent 0f01713257
commit b4c7c55ddd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -129,9 +129,9 @@ checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
[[package]] [[package]]
name = "argfile" name = "argfile"
version = "0.1.6" version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1287c4f82a41c5085e65ee337c7934d71ab43d5187740a81fb69129013f6a5f6" checksum = "b7c5c8e418080ef8aa932039d12eda7b6f5043baf48f1523c166fbc32d004534"
dependencies = [ dependencies = [
"fs-err", "fs-err",
"os_str_bytes", "os_str_bytes",

View file

@ -15,7 +15,7 @@ license = "MIT"
aho-corasick = { version = "1.1.3" } aho-corasick = { version = "1.1.3" }
annotate-snippets = { version = "0.9.2", features = ["color"] } annotate-snippets = { version = "0.9.2", features = ["color"] }
anyhow = { version = "1.0.80" } anyhow = { version = "1.0.80" }
argfile = { version = "0.1.6" } argfile = { version = "0.2.0" }
bincode = { version = "1.3.3" } bincode = { version = "1.3.3" }
bitflags = { version = "2.5.0" } bitflags = { version = "2.5.0" }
bstr = { version = "1.9.1" } bstr = { version = "1.9.1" }