From 5b11235f56fa2498a73fc90ccdb39ab12716ba18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 14:19:46 +0000 Subject: [PATCH] Bump tokio from 1.23.0 to 1.24.2 in /infra/valhalla Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.0 to 1.24.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infra/valhalla/Cargo.lock | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) mode change 100755 => 100644 infra/valhalla/Cargo.lock diff --git a/infra/valhalla/Cargo.lock b/infra/valhalla/Cargo.lock old mode 100755 new mode 100644 index 06155f7..76fa587 --- a/infra/valhalla/Cargo.lock +++ b/infra/valhalla/Cargo.lock @@ -644,7 +644,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3ef05d137e34b7ac51dbec170ee523a9b728cff71385796771d259771d592f8" dependencies = [ "borsh-derive", - "hashbrown 0.12.3", + "hashbrown 0.13.2", ] [[package]] @@ -2131,9 +2131,6 @@ name = "hashbrown" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" -dependencies = [ - "ahash 0.7.6", -] [[package]] name = "hashbrown" @@ -5560,9 +5557,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.23.0" +version = "1.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46" +checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb" dependencies = [ "autocfg", "bytes 1.4.0",