hashlink update

This commit is contained in:
John Smith
2023-05-29 16:42:33 -04:00
parent ca6e70e1df
commit df504d11fc
3 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@@ -2301,9 +2301,9 @@ dependencies = [
[[package]]
name = "hashlink"
version = "0.8.1"
version = "0.8.2"
dependencies = [
"hashbrown 0.12.3",
"hashbrown 0.13.2",
"serde",
]
@@ -4464,7 +4464,7 @@ dependencies = [
"bitflags 2.3.0",
"fallible-iterator",
"fallible-streaming-iterator",
"hashlink 0.8.2",
"hashlink 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libsqlite3-sys",
"smallvec",
]
@@ -6098,7 +6098,7 @@ dependencies = [
"futures-util",
"generic-array 0.14.7",
"getrandom 0.2.9",
"hashlink 0.8.1",
"hashlink 0.8.2",
"hex",
"ifstructs",
"igd",