From 50f1d59c80c497f92dab2a82d3ec36c2037b0da3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:56:56 +0000 Subject: [PATCH] build(deps): bump rustc-hash from 1.1.0 to 2.0.0 Bumps [rustc-hash](https://github.com/rust-lang/rustc-hash) from 1.1.0 to 2.0.0. - [Changelog](https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rustc-hash/commits/v2.0.0) --- updated-dependencies: - dependency-name: rustc-hash dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5103fa5..378e688 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -949,9 +949,9 @@ checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316" [[package]] name = "rustc-hash" -version = "1.1.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" +checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" [[package]] name = "rustc_version" diff --git a/Cargo.toml b/Cargo.toml index aa353fe..c203d66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ is-terminal = "0.4.12" itertools = "0.13.0" nix-compat = { git = "https://code.tvl.fyi/depot.git:/tvix/nix-compat.git" } owo-colors = { version = "4.0.0", features = ["supports-colors"] } -rustc-hash = "1.1.0" +rustc-hash = "2.0.0" serde = { version = "1.0.202", features = ["derive"] } serde_json = "1.0.128" ureq = { version = "2.10.1", features = ["json"] }