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"