1
0
mirror of https://github.com/containers/youki synced 2024-11-23 09:21:57 +01:00

Merge pull request #555 from containers/dependabot/cargo/fastrand-1.6.0

This commit is contained in:
dependabot[bot] 2021-12-20 06:25:49 +00:00 committed by GitHub
commit cb7a074dbb
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated

@ -386,9 +386,9 @@ dependencies = [
[[package]]
name = "fastrand"
version = "1.5.0"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b394ed3d285a429378d3b384b9eb1285267e7df4b166df24b7a6939a04dc392e"
checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2"
dependencies = [
"instant",
]

@ -12,7 +12,7 @@ caps = "0.5.3"
chrono = { version="0.4", features = ["serde"] }
crossbeam-channel = "0.5"
dbus = "0.9.5"
fastrand = "1.4.1"
fastrand = "1.6.0"
futures = { version = "0.3", features = ["thread-pool"] }
libc = "0.2.112"
log = "0.4"