diff --git a/Cargo.lock b/Cargo.lock index 69fceec8..4c852745 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1555,9 +1555,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.0" +version = "1.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" +checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "openssl" diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 672dd89e..2047ff53 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -31,7 +31,7 @@ fs-lock = { version = "0.1.0", path = "../fs-lock" } log = { version = "0.4.17", features = ["std"] } miette = "5.5.0" mimalloc = { version = "0.1.34", default-features = false, optional = true } -once_cell = "1.17.0" +once_cell = "1.17.1" semver = "1.0.16" strum = "0.24.1" strum_macros = "0.24.3" diff --git a/crates/binstalk-types/Cargo.toml b/crates/binstalk-types/Cargo.toml index fe0da931..f2e7ea73 100644 --- a/crates/binstalk-types/Cargo.toml +++ b/crates/binstalk-types/Cargo.toml @@ -12,7 +12,7 @@ license = "Apache-2.0 OR MIT" [dependencies] compact_str = { version = "0.6.1", features = ["serde"] } maybe-owned = { version = "0.3.4", features = ["serde"] } -once_cell = "1.17.0" +once_cell = "1.17.1" semver = { version = "1.0.16", features = ["serde"] } serde = { version = "1.0.152", features = ["derive"] } strum = "0.24.1" diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index bb2e79f1..8fc3fbed 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -25,7 +25,7 @@ jobslot = { version = "0.2.8", features = ["tokio"] } maybe-owned = "0.3.4" miette = "5.5.0" normalize-path = { version = "0.2.0", path = "../normalize-path" } -once_cell = "1.17.0" +once_cell = "1.17.1" semver = { version = "1.0.16", features = ["serde"] } serde = { version = "1.0.152", features = ["derive"] } strum = "0.24.1"