From 9ebbf08c636383038bd8904999157fb3220b8743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 03:17:12 +0000 Subject: [PATCH] Bump semver from 1.0.13 to 1.0.14 (#427) Bumps [semver](https://github.com/dtolnay/semver) from 1.0.13 to 1.0.14. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](https://github.com/dtolnay/semver/compare/1.0.13...1.0.14) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/bin/Cargo.toml | 2 +- crates/binstalk/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57ec9aa7..24d080c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1665,9 +1665,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.13" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93f6841e709003d68bb2deee8c343572bf446003ec20a583e76f7b15cebf3711" +checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4" dependencies = [ "serde", ] diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index fb65a618..c7424abe 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -30,7 +30,7 @@ log = "0.4.17" miette = "5.3.0" mimalloc = { version = "0.1.29", default-features = false, optional = true } reqwest = { version = "0.11.12", default-features = false } -semver = "1.0.13" +semver = "1.0.14" simplelog = "0.12.0" tempfile = "3.3.0" tokio = { version = "1.21.1", features = ["rt-multi-thread"], default-features = false } diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index b56cee04..02ac773e 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -32,7 +32,7 @@ normalize-path = { version = "0.1.0", path = "../normalize-path" } once_cell = "1.15.0" reqwest = { version = "0.11.12", features = ["stream"], default-features = false } scopeguard = "1.1.0" -semver = { version = "1.0.13", features = ["serde"] } +semver = { version = "1.0.14", features = ["serde"] } serde = { version = "1.0.145", features = ["derive"] } serde-tuple-vec-map = "1.0.1" serde_json = "1.0.83"