From 814ec17cf349ef96389061ce92ec0f7635f802ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 20:14:50 +0000 Subject: [PATCH] Bump linkme from 0.3.29 to 0.3.30 (#2305) Bumps [linkme](https://github.com/dtolnay/linkme) from 0.3.29 to 0.3.30. - [Release notes](https://github.com/dtolnay/linkme/releases) - [Commits](https://github.com/dtolnay/linkme/compare/0.3.29...0.3.30) --- updated-dependencies: - dependency-name: linkme dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ddaac3d21a..5d113c34c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3102,18 +3102,18 @@ dependencies = [ [[package]] name = "linkme" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70fe496a7af8c406f877635cbf3cd6a9fac9d6f443f58691cd8afe6ce0971af4" +checksum = "2b7dcd27dbec34243e167a18e8db8e58ff7d79c82851bcbc8c08aeaf673a1728" dependencies = [ "linkme-impl", ] [[package]] name = "linkme-impl" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b01f197a15988fb5b2ec0a5a9800c97e70771499c456ad757d63b3c5e9b96e75" +checksum = "dc506a5de3d5b8f0a5ba36e2f93715d1f304969b18204054f379d297a993eb83" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 901287584e..ddded4d3a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ heck = { version = "0.5.0" } impl-serde = { version = "0.4.0", default-features = false } itertools = { version = "0.12", default-features = false } jsonrpsee = { version = "0.22.5" } -linkme = { version = "0.3.29" } +linkme = { version = "0.3.30" } num-traits = { version = "0.2", default-features = false } paste = { version = "1.0" } pretty_assertions = { version = "1" }