From 892a6e7c0ab6cb49fdf33b44183e0351718c46f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 01:36:02 +0000 Subject: [PATCH] Bump strum_macros from 0.21.1 to 0.24.3 Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.21.1 to 0.24.3. - [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_macros dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 23 +++++++++++++++-------- graph/Cargo.toml | 2 +- runtime/wasm/Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dde2834..4571408 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -871,7 +871,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1220ad071cb8996454c20adf547a34ba3ac793759dab793d9dc04996a373ac83" dependencies = [ "darling 0.8.6", - "heck", + "heck 0.3.3", "petgraph 0.4.13", "proc-macro2 0.4.30", "quote 0.6.13", @@ -903,7 +903,7 @@ version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70806b70be328e646f243680a3fc93b3cfdd6db373faa5110660a5dd5af243bc" dependencies = [ - "heck", + "heck 0.3.3", "proc-macro2 1.0.28", "quote 1.0.9", "syn 1.0.74", @@ -1023,7 +1023,7 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595" dependencies = [ - "heck", + "heck 0.3.3", "proc-macro2 1.0.28", "quote 1.0.9", "syn 1.0.74", @@ -1954,6 +1954,12 @@ dependencies = [ "unicode-segmentation", ] +[[package]] +name = "heck" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" + [[package]] name = "hermit-abi" version = "0.1.19" @@ -3358,7 +3364,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "355f634b43cdd80724ee7848f95770e7e70eefa6dcf14fea676216573b8fd603" dependencies = [ "bytes 1.0.1", - "heck", + "heck 0.3.3", "itertools", "log 0.4.14", "multimap", @@ -4423,7 +4429,7 @@ version = "0.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0" dependencies = [ - "heck", + "heck 0.3.3", "proc-macro-error", "proc-macro2 1.0.28", "quote 1.0.9", @@ -4438,13 +4444,14 @@ checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2" [[package]] name = "strum_macros" -version = "0.21.1" +version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec" +checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" dependencies = [ - "heck", + "heck 0.4.0", "proc-macro2 1.0.28", "quote 1.0.9", + "rustversion", "syn 1.0.74", ] diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 37c1d14..f9669c9 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -41,7 +41,7 @@ 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_macros = "0.21.1" +strum_macros = "0.24.3" slog-async = "2.5.0" slog-envlogger = "2.1.0" slog-term = "2.7.0" diff --git a/runtime/wasm/Cargo.toml b/runtime/wasm/Cargo.toml index ba97b64..3dbbc67 100644 --- a/runtime/wasm/Cargo.toml +++ b/runtime/wasm/Cargo.toml @@ -17,7 +17,7 @@ semver = "1.0.3" lazy_static = "1.4" uuid = { version = "0.8.1", features = ["v4"] } strum = "0.21.0" -strum_macros = "0.21.1" +strum_macros = "0.24.3" bytes = "1.0" anyhow = "1.0" wasmtime = "0.27.0"