Skip to content

Commit

Permalink
Merge pull request ostreedev#568 from cgwalters/release
Browse files Browse the repository at this point in the history
various dependency bumps + lib: Release 0.12.7
  • Loading branch information
jmarrero authored Nov 28, 2023
2 parents 14307ff + de85e76 commit 7c7147e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ license = "MIT OR Apache-2.0"
name = "ostree-ext"
readme = "README.md"
repository = "https://github.com/ostreedev/ostree-rs-ext"
version = "0.12.6"
version = "0.12.7"
rust-version = "1.70.0"

[dependencies]
anyhow = "1.0"
containers-image-proxy = "0.5.5"
async-compression = { version = "0.3", features = ["gzip", "tokio"] }
bitflags = "1"
async-compression = { version = "0.4", features = ["gzip", "tokio"] }
camino = "1.0.4"
chrono = "0.4.19"
olpc-cjson = "0.1.1"
Expand All @@ -25,11 +24,11 @@ fn-error-context = "0.2.0"
futures-util = "0.3.13"
gvariant = "0.4.0"
hex = "0.4.3"
io-lifetimes = "1.0"
io-lifetimes = "2"
indicatif = "0.17.0"
once_cell = "1.9"
libc = "0.2.92"
libsystemd = "0.6.0"
libsystemd = "0.7.0"
openssl = "0.10.33"
ostree = { features = ["v2022_6"], version = "0.19.0" }
pin-project = "1.0"
Expand All @@ -45,7 +44,7 @@ tokio-util = { features = ["io-util"], version = "0.7" }
tokio-stream = { features = ["sync"], version = "0.1.8" }
tracing = "0.1"

indoc = { version = "1.0.3", optional = true }
indoc = { version = "2", optional = true }
xshell = { version = "0.2", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 7c7147e

Please sign in to comment.