From 14a6a1d8cbd49d367344753d5fc57d6afc6fcc2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 17:07:41 -0700 Subject: [PATCH] Bump strum from 0.20.0 to 0.24.0 in /src/rust/engine (#14925) Bumps [strum](https://github.com/Peternator7/strum) from 0.20.0 to 0.24.0. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/rust/engine/Cargo.lock | 4 ++-- src/rust/engine/client/Cargo.toml | 2 +- src/rust/engine/process_execution/Cargo.toml | 2 +- src/rust/engine/workunit_store/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/rust/engine/Cargo.lock b/src/rust/engine/Cargo.lock index e8500287bde..d52343e367f 100644 --- a/src/rust/engine/Cargo.lock +++ b/src/rust/engine/Cargo.lock @@ -3118,9 +3118,9 @@ dependencies = [ [[package]] name = "strum" -version = "0.20.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c" +checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8" [[package]] name = "strum_macros" diff --git a/src/rust/engine/client/Cargo.toml b/src/rust/engine/client/Cargo.toml index a5d56b0d727..76f7fb9fd51 100644 --- a/src/rust/engine/client/Cargo.toml +++ b/src/rust/engine/client/Cargo.toml @@ -18,7 +18,7 @@ nailgun = { path = "../nailgun" } nix = "0.23" options = { path = "../options" } sha2 = "0.10" -strum = "0.20" +strum = "0.24" strum_macros = "0.23" sysinfo = "0.20.0" tokio = { version = "1.16", features = ["rt-multi-thread", "macros", "net", "io-std", "io-util"] } diff --git a/src/rust/engine/process_execution/Cargo.toml b/src/rust/engine/process_execution/Cargo.toml index a587023143a..5851dcdac2d 100644 --- a/src/rust/engine/process_execution/Cargo.toml +++ b/src/rust/engine/process_execution/Cargo.toml @@ -46,7 +46,7 @@ async-oncecell = "0.2" rand = "0.8" prost = "0.9" prost-types = "0.9" -strum = "0.20" +strum = "0.24" strum_macros = "0.23" tonic = { version = "0.6", features = ["transport", "codegen", "tls", "tls-roots", "prost"] } tryfuture = { path = "../tryfuture" } diff --git a/src/rust/engine/workunit_store/Cargo.toml b/src/rust/engine/workunit_store/Cargo.toml index 314e72969ba..bb66460482d 100644 --- a/src/rust/engine/workunit_store/Cargo.toml +++ b/src/rust/engine/workunit_store/Cargo.toml @@ -17,7 +17,7 @@ parking_lot = "0.12" petgraph = "0.6" rand = "0.8" smallvec = "1" -strum = "0.20" +strum = "0.24" strum_macros = "0.23" tokio = { version = "1.16", features = ["rt", "sync"] }