diff --git a/Cargo.lock b/Cargo.lock index d008985..579763d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -743,7 +743,7 @@ dependencies = [ "diesel-derive-newtype", "diesel_migrations", "fake", - "hashbrown 0.15.0", + "hashbrown 0.16.0", "rand", "serde", "testcontainers-modules", @@ -1124,9 +1124,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "foldhash" -version = "0.1.3" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2" +checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" [[package]] name = "foreign-types" @@ -1394,9 +1394,15 @@ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" [[package]] name = "hashbrown" -version = "0.15.0" +version = "0.15.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" + +[[package]] +name = "hashbrown" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" +checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" dependencies = [ "allocator-api2", "equivalent", @@ -1837,7 +1843,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" dependencies = [ "equivalent", - "hashbrown 0.15.0", + "hashbrown 0.15.5", "serde", ] @@ -3061,7 +3067,7 @@ dependencies = [ "chrono", "db", "figment", - "hashbrown 0.15.0", + "hashbrown 0.16.0", "open-dart", "serde", "smes", @@ -3456,7 +3462,7 @@ dependencies = [ "derive_builder", "fake", "goldrust", - "hashbrown 0.15.0", + "hashbrown 0.16.0", "image", "minify-html", "rand", diff --git a/Cargo.toml b/Cargo.toml index 03fb1af..90b95de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ diesel = "2.2.4" diesel-derive-newtype = "2.1.2" diesel_migrations = "2.2.0" figment = "0.10.19" -hashbrown = "0.15.0" +hashbrown = "0.16.0" image = "0.25.2" minify-html = "0.15.0" rand = "0.8.5"