mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Update pkgar submodule
This commit is contained in:
parent
abba04574e
commit
68c0c4d19b
62
Cargo.lock
generated
62
Cargo.lock
generated
@ -1467,6 +1467,19 @@ version = "0.3.31"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
||||
|
||||
[[package]]
|
||||
name = "pkgar"
|
||||
version = "0.1.15"
|
||||
dependencies = [
|
||||
"blake3 0.3.8",
|
||||
"clap",
|
||||
"error-chain",
|
||||
"pkgar-core 0.1.15",
|
||||
"pkgar-keys 0.1.15",
|
||||
"plain",
|
||||
"user-error",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pkgar"
|
||||
version = "0.1.15"
|
||||
@ -1476,12 +1489,22 @@ dependencies = [
|
||||
"blake3 0.3.8",
|
||||
"clap",
|
||||
"error-chain",
|
||||
"pkgar-core",
|
||||
"pkgar-keys",
|
||||
"pkgar-core 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"pkgar-keys 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"plain",
|
||||
"user-error",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pkgar-core"
|
||||
version = "0.1.15"
|
||||
dependencies = [
|
||||
"bitflags 1.3.2",
|
||||
"blake3 0.3.8",
|
||||
"dryoc",
|
||||
"plain",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pkgar-core"
|
||||
version = "0.1.15"
|
||||
@ -1494,6 +1517,23 @@ dependencies = [
|
||||
"plain",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pkgar-keys"
|
||||
version = "0.1.15"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"dirs 3.0.2",
|
||||
"error-chain",
|
||||
"hex",
|
||||
"lazy_static",
|
||||
"pkgar-core 0.1.15",
|
||||
"seckey",
|
||||
"serde",
|
||||
"termion",
|
||||
"toml 0.8.19",
|
||||
"user-error",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pkgar-keys"
|
||||
version = "0.1.15"
|
||||
@ -1505,7 +1545,7 @@ dependencies = [
|
||||
"error-chain",
|
||||
"hex",
|
||||
"lazy_static",
|
||||
"pkgar-core",
|
||||
"pkgar-core 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"seckey",
|
||||
"serde",
|
||||
"termion",
|
||||
@ -1688,9 +1728,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6fe401458446fceb860923c57656f112b3c082310c5d7569760efc1a92b9e22e"
|
||||
dependencies = [
|
||||
"indicatif",
|
||||
"pkgar",
|
||||
"pkgar-core",
|
||||
"pkgar-keys",
|
||||
"pkgar 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"pkgar-core 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"pkgar-keys 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"reqwest",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
@ -1714,8 +1754,8 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"blake3 1.5.3",
|
||||
"pbr",
|
||||
"pkgar",
|
||||
"pkgar-keys",
|
||||
"pkgar 0.1.15",
|
||||
"pkgar-keys 0.1.15",
|
||||
"redoxer",
|
||||
"serde",
|
||||
"termion",
|
||||
@ -1736,9 +1776,9 @@ dependencies = [
|
||||
"fscommon",
|
||||
"gpt",
|
||||
"libc",
|
||||
"pkgar",
|
||||
"pkgar-core",
|
||||
"pkgar-keys",
|
||||
"pkgar 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"pkgar-core 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"pkgar-keys 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"rand",
|
||||
"redox-pkg",
|
||||
"redox_liner",
|
||||
|
||||
@ -22,8 +22,8 @@ path = "src/lib.rs"
|
||||
[dependencies]
|
||||
blake3 = "=1.5.3" # 1.5.4 is incompatible with blake3 0.3 dependency from pkgar
|
||||
pbr = "1.0.2"
|
||||
pkgar = "0.1.7"
|
||||
pkgar-keys = "0.1.0"
|
||||
pkgar = { path = "pkgar/pkgar" }
|
||||
pkgar-keys = { path = "pkgar/pkgar-keys" }
|
||||
redoxer = "0.2"
|
||||
serde = { version = "=1.0.197", features = ["derive"] }
|
||||
termion = "4"
|
||||
|
||||
2
pkgar
2
pkgar
@ -1 +1 @@
|
||||
Subproject commit ccfa2bd3adc41f192d12cb1778a85da232fa2456
|
||||
Subproject commit 0ccbc9914b1ec655e23d4babc5afed87e42e9a0f
|
||||
Loading…
Reference in New Issue
Block a user