From 7555bb9feb8aaac6b6e9f95deda3c536f7311717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 17:03:39 +0000 Subject: [PATCH] build(deps): bump semver from 1.0.18 to 1.0.19 Bumps [semver](https://github.com/dtolnay/semver) from 1.0.18 to 1.0.19. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](https://github.com/dtolnay/semver/compare/1.0.18...1.0.19) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b1c6a3..b1f1d1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1301,9 +1301,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.18" +version = "1.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" +checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0" [[package]] name = "serde" diff --git a/Cargo.toml b/Cargo.toml index 21e570a..08deff4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,6 +24,6 @@ hyper = "0.14.27" async-trait = "0.1.73" tracing = "0.1.38" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } -semver = "1.0.18" +semver = "1.0.19" url = "2.4.1" futures = "0.3.28"