1
0
mirror of https://github.com/containers/youki synced 2024-11-23 17:32:15 +01:00

Merge pull request #864 from containers/dependabot/cargo/crates/tinyvec-1.6.0

chore(deps): bump tinyvec from 1.5.1 to 1.6.0 in /crates
This commit is contained in:
Thomas Schubart 2022-04-26 11:24:21 +02:00 committed by GitHub
commit 4a233f3e3a
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

4
crates/Cargo.lock generated

@ -2111,9 +2111,9 @@ dependencies = [
[[package]] [[package]]
name = "tinyvec" name = "tinyvec"
version = "1.5.1" version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2" checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [ dependencies = [
"tinyvec_macros", "tinyvec_macros",
] ]