Update yanked block-buffer from 0.10.0 to 0.10.1 (#1648)

* Update yanked block-buffer from 0.10.0 to 0.10.1

* update yanked crossbeam-utils from 0.8.5 to 0.8.7

* update yanked crossbeam-utils from 0.8.5 to 0.8.7

Co-authored-by: stas <statis@microsoft.com>
This commit is contained in:
Stas
2022-02-08 08:02:39 -08:00
committed by GitHub
parent e0f2e9ed5a
commit b7fc35ffea
2 changed files with 6 additions and 6 deletions

8
src/agent/Cargo.lock generated
View File

@ -212,9 +212,9 @@ dependencies = [
[[package]]
name = "block-buffer"
version = "0.10.0"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1d36a02058e76b040de25a4464ba1c80935655595b661505c8b39b664828b95"
checksum = "03588e54c62ae6d763e2a80090d50353b785795361b4ff5b3bf0a5097fc31c0b"
dependencies = [
"generic-array",
]
@ -478,9 +478,9 @@ dependencies = [
[[package]]
name = "crossbeam-utils"
version = "0.8.5"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
checksum = "b5e5bed1f1c269533fa816a0a5492b3545209a205ca1a54842be180eb63a16a6"
dependencies = [
"cfg-if 1.0.0",
"lazy_static",

View File

@ -187,9 +187,9 @@ dependencies = [
[[package]]
name = "crossbeam-utils"
version = "0.8.5"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
checksum = "b5e5bed1f1c269533fa816a0a5492b3545209a205ca1a54842be180eb63a16a6"
dependencies = [
"cfg-if",
"lazy_static",