From 441ed33d776d0e8639a7d1d47e200853d1f83aaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 08:49:37 +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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58b3aa1..b143e5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,4 +42,4 @@ web-sys = { version = "0.3", features = ["console"] } serde-wasm-bindgen = "0.6.3" tsify = { version = "0.4.5", features = ["js"] } web-time = "1.1.0" -rustc-hash = "1.1.0" +rustc-hash = "2.0.0"