From a30701e6f6a50f7bfcfb0e4e9cb0944c10796a23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 22:12:44 +0000 Subject: [PATCH] build(deps): bump rustc-hash from 2.0.0 to 2.1.0 (#653) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a43f9e5b..3f4532a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -318,7 +318,7 @@ dependencies = [ "rayon", "rocksdb", "rocksdb-utils-lookup", - "rustc-hash 2.0.0", + "rustc-hash 2.1.0", "serde", "serde_json", "serde_with", @@ -1853,7 +1853,7 @@ dependencies = [ "postgres", "quick_cache", "regex", - "rustc-hash 2.0.0", + "rustc-hash 2.1.0", "seqrepo", "serde", "serde_json", @@ -2651,7 +2651,7 @@ dependencies = [ "rayon", "rocksdb", "rstest", - "rustc-hash 2.0.0", + "rustc-hash 2.1.0", "seqrepo", "serde", "serde_json", @@ -3682,7 +3682,7 @@ dependencies = [ "pin-project-lite", "quinn-proto", "quinn-udp", - "rustc-hash 2.0.0", + "rustc-hash 2.1.0", "rustls", "socket2", "thiserror 2.0.3", @@ -3700,7 +3700,7 @@ dependencies = [ "getrandom", "rand", "ring", - "rustc-hash 2.0.0", + "rustc-hash 2.1.0", "rustls", "rustls-pki-types", "slab", @@ -4104,9 +4104,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustc-hash" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" +checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497" [[package]] name = "rustc_version" diff --git a/Cargo.toml b/Cargo.toml index 9db3b09a..0aeeafe4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ rand = "0.8" rand_core = "0.6" rayon = "1.10.0" rocksdb = { version = "0.22.0", features = ["multi-threaded-cf"] } -rustc-hash = "2.0.0" +rustc-hash = "2.1.0" seqrepo = { version = "0.10.2", features = ["cached"] } serde_json = "1.0" serde = { version = "1.0", features = ["derive"] }