1
0
mirror of https://github.com/containers/youki synced 2024-09-20 02:41:47 +02:00

Merge pull request #603 from containers/dependabot/cargo/indexmap-1.8.0

chore(deps): bump indexmap from 1.7.0 to 1.8.0
This commit is contained in:
utam0k 2022-01-10 15:51:45 +09:00 committed by GitHub
commit 183ad68197
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -626,9 +626,9 @@ dependencies = [
[[package]]
name = "indexmap"
version = "1.7.0"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
dependencies = [
"autocfg",
"hashbrown",