Merge pull request #951 from lycheeverse/dependabot/cargo/once_cell-1.17.1

This commit is contained in:
dependabot[bot] 2023-02-15 13:03:24 +00:00 committed by GitHub
commit 6de97d659c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -2286,9 +2286,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 = "oorandom"

View file

@ -40,7 +40,7 @@ toml = "0.7.2"
tokio = { version = "1.25.0", features = ["full"] }
futures = "0.3.26"
tokio-stream = "0.1.11"
once_cell = "1.17.0"
once_cell = "1.17.1"
dashmap = { version = "5.4.0", features = ["serde"] }
csv = "1.2.0"
humantime = "2.1.0"

View file

@ -44,7 +44,7 @@ percent-encoding = "2.1.0"
async-stream = "0.3.3"
jwalk = "0.8.1"
cached = "0.42.0"
once_cell = "1.17.0"
once_cell = "1.17.1"
thiserror = "1.0.38"
futures = "0.3.26"
lazy_static = "1.4.0"