build(deps): update rust crate once_cell to 1.18.0

This commit is contained in:
renovate[bot] 2023-06-05 21:32:54 +00:00
parent 4883f1d3f7
commit ea9b9eb443
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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"

View File

@ -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"