Merge pull request #126 from rust-vmm/dependabot/cargo/fastrand-1.7.0

build(deps): bump fastrand from 1.6.0 to 1.7.0
This commit is contained in:
Viresh Kumar 2022-03-10 09:04:56 +05:30 committed by GitHub
commit 5fa704cfaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

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