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"