Skip to content

Commit 568de5e

Browse files
remi-delmas-3000Remi Delmas
andauthored
Update dependencies following Audit workflow failure. (#3680)
Update dependencies following Audit workflow failure triggerd by `hasbrown` 0.15.0 being yanked because of a bad `borsh` implementation. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses. Co-authored-by: Remi Delmas <delmasrd@amazon.com>
1 parent 2d39d37 commit 568de5e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ dependencies = [
4141

4242
[[package]]
4343
name = "anstream"
44-
version = "0.6.17"
44+
version = "0.6.18"
4545
source = "registry+https://github.com/rust-lang/crates.io-index"
46-
checksum = "23a1e53f0f5d86382dafe1cf314783b2044280f406e7e1506368220ad11b1338"
46+
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
4747
dependencies = [
4848
"anstyle",
4949
"anstyle-parse",
@@ -662,9 +662,9 @@ dependencies = [
662662

663663
[[package]]
664664
name = "hashbrown"
665-
version = "0.15.0"
665+
version = "0.15.1"
666666
source = "registry+https://github.com/rust-lang/crates.io-index"
667-
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
667+
checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3"
668668

669669
[[package]]
670670
name = "hashlink"
@@ -739,7 +739,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
739739
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
740740
dependencies = [
741741
"equivalent",
742-
"hashbrown 0.15.0",
742+
"hashbrown 0.15.1",
743743
]
744744

745745
[[package]]
@@ -1721,18 +1721,18 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
17211721

17221722
[[package]]
17231723
name = "thiserror"
1724-
version = "1.0.67"
1724+
version = "1.0.68"
17251725
source = "registry+https://github.com/rust-lang/crates.io-index"
1726-
checksum = "3b3c6efbfc763e64eb85c11c25320f0737cb7364c4b6336db90aa9ebe27a0bbd"
1726+
checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
17271727
dependencies = [
17281728
"thiserror-impl",
17291729
]
17301730

17311731
[[package]]
17321732
name = "thiserror-impl"
1733-
version = "1.0.67"
1733+
version = "1.0.68"
17341734
source = "registry+https://github.com/rust-lang/crates.io-index"
1735-
checksum = "b607164372e89797d78b8e23a6d67d5d1038c1c65efd52e1389ef8b77caba2a6"
1735+
checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e"
17361736
dependencies = [
17371737
"proc-macro2",
17381738
"quote",

0 commit comments

Comments
 (0)