1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00

Update to ostree-ext 0.13.2

I decided to just do a release anyways, so we don't need to track
git.

This (effectively) reverts commit 79295cedaf.

Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Colin Walters
2024-02-12 17:57:10 -05:00
parent e4c297134d
commit 55befb8845
3 changed files with 4 additions and 8 deletions

5
Cargo.lock generated
View File

@@ -1294,8 +1294,9 @@ dependencies = [
[[package]]
name = "ostree-ext"
version = "0.13.1"
source = "git+https://github.com/ostreedev/ostree-rs-ext?rev=cb9eab9b7d1061bcdc2b797c7370aa8d21375b2f#cb9eab9b7d1061bcdc2b797c7370aa8d21375b2f"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dc9d8c25b2603db582fb3786a2c3a4af7b874e11ebda1a04f151d307d4dc6fe"
dependencies = [
"anyhow",
"async-compression",

View File

@@ -40,11 +40,6 @@ cat >>.cargo/config.toml << EOF
[source.crates-io]
replace-with = "vendored-sources"
[source."git+https://github.com/ostreedev/ostree-rs-ext?rev=cb9eab9b7d1061bcdc2b797c7370aa8d21375b2f"]
git = "https://github.com/ostreedev/ostree-rs-ext"
rev = "cb9eab9b7d1061bcdc2b797c7370aa8d21375b2f"
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"
EOF

View File

@@ -15,7 +15,7 @@ anstream = "0.6.11"
anstyle = "1.0.6"
anyhow = "1.0"
camino = { version = "1.1.6", features = ["serde1"] }
ostree-ext = { version = "0.13", git = "https://github.com/ostreedev/ostree-rs-ext", rev = "cb9eab9b7d1061bcdc2b797c7370aa8d21375b2f" }
ostree-ext = { version = "0.13.2" }
chrono = { version = "0.4.34", features = ["serde"] }
clap = { version= "4.5", features = ["derive"] }
clap_mangen = { version = "0.2", optional = true }