From 43d111c5a8be44c3a9015b93023bb6ad5630933e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 22:45:00 +0000 Subject: [PATCH] build(deps): bump semver from 1.0.16 to 1.0.18 Bumps [semver](https://github.com/dtolnay/semver) from 1.0.16 to 1.0.18. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](https://github.com/dtolnay/semver/compare/1.0.16...1.0.18) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- tools/test-framework/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f61c79ca..51ed0ab0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6225,9 +6225,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.16" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a" +checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" dependencies = [ "serde", ] diff --git a/tools/test-framework/Cargo.toml b/tools/test-framework/Cargo.toml index 5ab788198..12ef44ecc 100644 --- a/tools/test-framework/Cargo.toml +++ b/tools/test-framework/Cargo.toml @@ -37,7 +37,7 @@ toml = "0.5" subtle-encoding = "0.5.1" sha2 = "0.10.6" crossbeam-channel = "0.5.5" -semver = "1.0.16" +semver = "1.0.18" flex-error = "0.4.4" prost = { version = "0.11" } tonic = { version = "0.8", features = ["tls", "tls-roots"] }