Skip to content

Commit 51a94c4

Browse files
authored
Rollup merge of #83052 - klensy:dep-update, r=Mark-Simulacrum
updated vulnerable deps * Updated signal-hook-registry 1.2.1 to 1.2.2, as it drops dependency on vulnerable arc-swap 0.4.7 https://rustsec.org/advisories/RUSTSEC-2020-0091 * Updated generic-array 0.12.3 to 0.12.4, vuln https://rustsec.org/advisories/RUSTSEC-2020-0146 * Updated sized-chunks 0.6.2 to 0.6.4, vuln https://rustsec.org/advisories/RUSTSEC-2020-0041 fixed in 0.6.3, in 0.6.4 fixed some UB https://github.com/bodil/sized-chunks/blob/master/CHANGELOG.md#064---2021-02-17
2 parents d10e41f + d480a3e commit 51a94c4

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

Cargo.lock

+8-15
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,6 @@ version = "1.0.34"
9595
source = "registry+https://github.com/rust-lang/crates.io-index"
9696
checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7"
9797

98-
[[package]]
99-
name = "arc-swap"
100-
version = "0.4.7"
101-
source = "registry+https://github.com/rust-lang/crates.io-index"
102-
checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034"
103-
10498
[[package]]
10599
name = "array_tool"
106100
version = "1.0.3"
@@ -177,7 +171,7 @@ dependencies = [
177171
"block-padding",
178172
"byte-tools",
179173
"byteorder",
180-
"generic-array 0.12.3",
174+
"generic-array 0.12.4",
181175
]
182176

183177
[[package]]
@@ -1007,7 +1001,7 @@ version = "0.8.1"
10071001
source = "registry+https://github.com/rust-lang/crates.io-index"
10081002
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
10091003
dependencies = [
1010-
"generic-array 0.12.3",
1004+
"generic-array 0.12.4",
10111005
]
10121006

10131007
[[package]]
@@ -1400,9 +1394,9 @@ dependencies = [
14001394

14011395
[[package]]
14021396
name = "generic-array"
1403-
version = "0.12.3"
1397+
version = "0.12.4"
14041398
source = "registry+https://github.com/rust-lang/crates.io-index"
1405-
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
1399+
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
14061400
dependencies = [
14071401
"typenum",
14081402
]
@@ -4918,11 +4912,10 @@ checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
49184912

49194913
[[package]]
49204914
name = "signal-hook-registry"
4921-
version = "1.2.1"
4915+
version = "1.2.2"
49224916
source = "registry+https://github.com/rust-lang/crates.io-index"
4923-
checksum = "a3e12110bc539e657a646068aaf5eb5b63af9d0c1f7b29c97113fad80e15f035"
4917+
checksum = "ce32ea0c6c56d5eacaeb814fbed9960547021d3edd010ded1425f180536b20ab"
49244918
dependencies = [
4925-
"arc-swap",
49264919
"libc",
49274920
]
49284921

@@ -4934,9 +4927,9 @@ checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
49344927

49354928
[[package]]
49364929
name = "sized-chunks"
4937-
version = "0.6.2"
4930+
version = "0.6.4"
49384931
source = "registry+https://github.com/rust-lang/crates.io-index"
4939-
checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f"
4932+
checksum = "65e65d6a9f13cd78f361ea5a2cf53a45d67cdda421ba0316b9be101560f3d207"
49404933
dependencies = [
49414934
"bitmaps",
49424935
"typenum",

0 commit comments

Comments
 (0)