cargo: add maplit

This commit is contained in:
Luca BRUNO 2021-03-01 15:22:36 +00:00 committed by OpenShift Merge Robot
parent 95446c8187
commit a7e333925e
2 changed files with 8 additions and 0 deletions

7
Cargo.lock generated
View File

@ -726,6 +726,12 @@ dependencies = [
"cfg-if 0.1.10",
]
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]]
name = "memchr"
version = "2.3.4"
@ -1234,6 +1240,7 @@ dependencies = [
"lazy_static",
"libc",
"libdnf-sys",
"maplit",
"memfd",
"nix 0.20.0",
"openat",

View File

@ -40,6 +40,7 @@ indicatif = "0.15.0"
lazy_static = "1.4.0"
libc = "0.2.86"
libdnf-sys = { path = "rust/libdnf-sys", version = "0.1.0" }
maplit = "1.0"
memfd = "0.4.0"
nix = "0.20.0"
openat = "0.1.19"