From ebb626a18c8964ff3bb8da861da7940dc3135be1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 11:17:46 +0000 Subject: [PATCH] build(deps): bump strum from 0.21.0 to 0.27.2 Bumps [strum](https://github.com/Peternator7/strum) from 0.21.0 to 0.27.2. - [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/v0.27.2) --- updated-dependencies: - dependency-name: strum dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- graph/Cargo.toml | 2 +- runtime/wasm/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67990cd2079..bc61a881a5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4285,9 +4285,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "strum" -version = "0.21.0" +version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2" +checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" [[package]] name = "strum_macros" diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 921a76ba5f2..376d9f8605f 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -38,7 +38,7 @@ serde_yaml = "0.9.21" slog = { version = "2.7.0", features = ["release_max_level_trace", "max_level_trace"] } stable-hash_legacy = { version = "0.3.3", package = "stable-hash" } stable-hash = { version = "0.4.2" } -strum = "0.21.0" +strum = "0.27.2" strum_macros = "0.21.1" slog-async = "2.5.0" slog-envlogger = "2.1.0" diff --git a/runtime/wasm/Cargo.toml b/runtime/wasm/Cargo.toml index c7787430290..b484d604ea4 100644 --- a/runtime/wasm/Cargo.toml +++ b/runtime/wasm/Cargo.toml @@ -15,7 +15,7 @@ graph-runtime-derive = { path = "../derive" } semver = "1.0.16" lazy_static = "1.4" uuid = { version = "1.3.2", features = ["v4"] } -strum = "0.21.0" +strum = "0.27.2" strum_macros = "0.21.1" bytes = "1.0" anyhow = "1.0"