Update cargo.lock

This commit is contained in:
Jeremy Soller 2025-03-27 15:46:03 -06:00
parent 68c0c4d19b
commit c961d3fdd1
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

54
Cargo.lock generated
View File

@ -1470,6 +1470,8 @@ checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
[[package]]
name = "pkgar"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "850f50a19f791c0ac7c1c8b559d36f73a652dc423216282807aac7380fecc198"
dependencies = [
"blake3 0.3.8",
"clap",
@ -1482,29 +1484,17 @@ dependencies = [
[[package]]
name = "pkgar"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "850f50a19f791c0ac7c1c8b559d36f73a652dc423216282807aac7380fecc198"
version = "0.1.16"
dependencies = [
"blake3 0.3.8",
"clap",
"error-chain",
"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)",
"pkgar-core 0.1.16",
"pkgar-keys 0.1.16",
"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"
@ -1517,9 +1507,21 @@ dependencies = [
"plain",
]
[[package]]
name = "pkgar-core"
version = "0.1.16"
dependencies = [
"bitflags 1.3.2",
"blake3 0.3.8",
"dryoc",
"plain",
]
[[package]]
name = "pkgar-keys"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06116ba0b805d25edf7d03670a551dbcaa8305a1695d80d0f078e43707b7999a"
dependencies = [
"clap",
"dirs 3.0.2",
@ -1536,16 +1538,14 @@ dependencies = [
[[package]]
name = "pkgar-keys"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06116ba0b805d25edf7d03670a551dbcaa8305a1695d80d0f078e43707b7999a"
version = "0.1.16"
dependencies = [
"clap",
"dirs 3.0.2",
"error-chain",
"hex",
"lazy_static",
"pkgar-core 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
"pkgar-core 0.1.16",
"seckey",
"serde",
"termion",
@ -1728,9 +1728,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fe401458446fceb860923c57656f112b3c082310c5d7569760efc1a92b9e22e"
dependencies = [
"indicatif",
"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)",
"pkgar 0.1.15",
"pkgar-core 0.1.15",
"pkgar-keys 0.1.15",
"reqwest",
"serde",
"serde_derive",
@ -1754,8 +1754,8 @@ version = "0.1.0"
dependencies = [
"blake3 1.5.3",
"pbr",
"pkgar 0.1.15",
"pkgar-keys 0.1.15",
"pkgar 0.1.16",
"pkgar-keys 0.1.16",
"redoxer",
"serde",
"termion",
@ -1776,9 +1776,9 @@ dependencies = [
"fscommon",
"gpt",
"libc",
"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)",
"pkgar 0.1.15",
"pkgar-core 0.1.15",
"pkgar-keys 0.1.15",
"rand",
"redox-pkg",
"redox_liner",