diff --git a/Cargo.lock b/Cargo.lock index e851b3f..9ffb27c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4212,9 +4212,9 @@ dependencies = [ [[package]] name = "strum" -version = "0.21.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2" +checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" [[package]] name = "strum_macros" diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 015452b..22e3ee8 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -34,7 +34,7 @@ serde_json = { version = "1.0", features = ["arbitrary_precision"] } serde_yaml = "0.8" slog = { version = "2.7.0", features = ["release_max_level_trace", "max_level_trace"] } stable-hash = { git = "https://github.com/graphprotocol/stable-hash" } -strum = "0.21.0" +strum = "0.24.1" 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 aab0155..b541209 100644 --- a/runtime/wasm/Cargo.toml +++ b/runtime/wasm/Cargo.toml @@ -16,7 +16,7 @@ graph-runtime-derive = { path = "../derive" } semver = "1.0.3" lazy_static = "1.4" uuid = { version = "0.8.1", features = ["v4"] } -strum = "0.21.0" +strum = "0.24.1" strum_macros = "0.21.1" bytes = "1.0" anyhow = "1.0"