mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-29 10:50:24 +00:00
Merge pull request #1082 from lycheeverse/dependabot/cargo/once_cell-1.17.2
This commit is contained in:
commit
ac9b8ffc6e
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -2337,9 +2337,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 = "oorandom"
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ toml = "0.7.4"
|
|||
tokio = { version = "1.28.2", features = ["full"] }
|
||||
futures = "0.3.27"
|
||||
tokio-stream = "0.1.14"
|
||||
once_cell = "1.17.1"
|
||||
once_cell = "1.17.2"
|
||||
dashmap = { version = "5.4.0", features = ["serde"] }
|
||||
csv = "1.2.2"
|
||||
humantime = "2.1.0"
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ percent-encoding = "2.2.0"
|
|||
async-stream = "0.3.5"
|
||||
jwalk = "0.8.1"
|
||||
cached = "0.43.0"
|
||||
once_cell = "1.17.1"
|
||||
once_cell = "1.17.2"
|
||||
thiserror = "1.0.40"
|
||||
futures = "0.3.27"
|
||||
lazy_static = "1.4.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue