From f7dd58787865b6f172c7c2117e37e3ec111285fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:33:36 +0000 Subject: [PATCH] Update rustc-hash requirement from 1.1.0 to 2.0.0 Updates the requirements on [rustc-hash](https://github.com/rust-lang/rustc-hash) to permit the latest version. - [Changelog](https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rustc-hash/commits) --- updated-dependencies: - dependency-name: rustc-hash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- instant-segment/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instant-segment/Cargo.toml b/instant-segment/Cargo.toml index f9380ed..e9e3c30 100644 --- a/instant-segment/Cargo.toml +++ b/instant-segment/Cargo.toml @@ -16,7 +16,7 @@ test-cases = [] with-serde = ["serde", "smartstring/serde"] [dependencies] -rustc-hash = "1.1.0" +rustc-hash = "2.0.0" smartstring = "1" serde = { version = "1.0.123", features = ["derive"], optional = true }