Skip to content

Commit c064c7e

Browse files
chore(deps): bump tar in /tools/argument-comment-lint
Bumps [tar](https://github.com/composefs/tar-rs) from 0.4.45 to 0.4.46. - [Release notes](https://github.com/composefs/tar-rs/releases) - [Commits](composefs/tar-rs@0.4.45...0.4.46) --- updated-dependencies: - dependency-name: tar dependency-version: 0.4.46 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4689f72 commit c064c7e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tools/argument-comment-lint/Cargo.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
331331
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
332332
dependencies = [
333333
"libc",
334-
"windows-sys 0.52.0",
334+
"windows-sys 0.59.0",
335335
]
336336

337337
[[package]]
@@ -967,7 +967,7 @@ dependencies = [
967967
"errno",
968968
"libc",
969969
"linux-raw-sys",
970-
"windows-sys 0.52.0",
970+
"windows-sys 0.59.0",
971971
]
972972

973973
[[package]]
@@ -1080,9 +1080,9 @@ dependencies = [
10801080

10811081
[[package]]
10821082
name = "tar"
1083-
version = "0.4.45"
1083+
version = "0.4.46"
10841084
source = "registry+https://github.com/rust-lang/crates.io-index"
1085-
checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973"
1085+
checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840"
10861086
dependencies = [
10871087
"filetime",
10881088
"libc",
@@ -1099,7 +1099,7 @@ dependencies = [
10991099
"getrandom 0.4.2",
11001100
"once_cell",
11011101
"rustix",
1102-
"windows-sys 0.52.0",
1102+
"windows-sys 0.59.0",
11031103
]
11041104

11051105
[[package]]

0 commit comments

Comments
 (0)