Merge pull request #4944 from uutils/renovate/once_cell-1.x

chore(deps): update rust crate once_cell to 1.18.0
This commit is contained in:
Daniel Hofstetter 2023-06-05 07:02:32 +02:00 committed by GitHub
commit e85382cff1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1544,9 +1544,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
[[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 = "onig"

View file

@ -299,7 +299,7 @@ notify = { version = "=6.0.0", features=["macos_kqueue"]}
num-bigint = "0.4.3"
num-traits = "0.2.15"
number_prefix = "0.4"
once_cell = "1.17.2"
once_cell = "1.18.0"
onig = { version = "~6.4", default-features = false }
ouroboros = "0.15.6"
phf = "0.11.1"