summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-05-29 10:36:53 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-05-29 13:24:42 +0000
commit2fabc763e85a788ffd722a2a963d260f387153e2 (patch)
treeb55f42598a6872cb83b2f2bd631b75cedef59f9c
parent5ae003f2f13435010615888ac03d0ffb2dc7905e (diff)
build(deps): update rust crate once_cell to 1.17.2
-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 63d62eb2b..586c6e8a0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2091,9 +2091,9 @@ dependencies = [
[[package]]
name = "once_cell"
-version = "1.17.1"
+version = "1.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
+checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b"
[[package]]
name = "opaque-debug"
diff --git a/Cargo.toml b/Cargo.toml
index 8a978f126..ceffa5a98 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.1"
+once_cell = "1.17.2"
open = "4.1.0"
# update os module config and tests when upgrading os_info
os_info = "3.7.0"