summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-06-05 21:32:54 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-06-06 07:33:31 +0000
commitea9b9eb443290e516f900e51c68e105d89a57829 (patch)
tree545cf1efaa7be0b2174dffe7a35d73de27846fc6
parent4883f1d3f73de77dcacf3b2dfed696674c1a6d28 (diff)
build(deps): update rust crate once_cell to 1.18.0
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2460970b2..b44e54956 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2091,9 +2091,9 @@ dependencies = [
[[package]]
name = "once_cell"
-version = "1.17.2"
+version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b"
+checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[package]]
name = "opaque-debug"
diff --git a/Cargo.toml b/Cargo.toml
index 183958fa2..1f22260ff 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -57,7 +57,7 @@ log = { version = "0.4.18", features = ["std"] }
# see: https://github.com/NixOS/nixpkgs/issues/160876
notify-rust = { version = "4.8.0", optional = true }
nu-ansi-term = "0.47.0"
-once_cell = "1.17.2"
+once_cell = "1.18.0"
open = "4.1.0"
# update os module config and tests when upgrading os_info
os_info = "3.7.0"