From cdf0be898aafcc74a5624af15daafbdbe52d9dc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 23:42:01 +0000 Subject: [PATCH] build(deps): bump strum from 0.21.0 to 0.28.0 Bumps [strum](https://github.com/Peternator7/strum) from 0.21.0 to 0.28.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/v0.28.0) --- updated-dependencies: - dependency-name: strum dependency-version: 0.28.0 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 542788693..8e5b1da77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4285,9 +4285,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "strum" -version = "0.21.0" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2" +checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd" [[package]] name = "strum_macros" diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 921a76ba5..ad25414a9 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.28.0" 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 c77874302..78844a64c 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.28.0" strum_macros = "0.21.1" bytes = "1.0" anyhow = "1.0"