We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e19b5 commit 1f49782Copy full SHA for 1f49782
Cargo.toml
@@ -5,14 +5,15 @@ license = "MIT OR Apache-2.0"
5
name = "containers-image-proxy"
6
readme = "README.md"
7
repository = "https://github.com/containers/containers-image-proxy-rs"
8
-version = "0.8.0"
+version = "0.9.0"
9
rust-version = "1.70.0"
10
11
[dependencies]
12
futures-util = "0.3.13"
13
# NOTE when bumping this in a semver-incompatible way, because we re-export it you
14
# must also bump the semver of this project.
15
-oci-spec = "0.8.0"
+# See also https://github.com/youki-dev/oci-spec-rs/pull/288
16
+oci-spec = "0.8.2"
17
rustix = { version = "1.0", features = ["process", "fs", "net"] }
18
serde = { features = ["derive"], version = "1.0.125" }
19
serde_json = "1.0.64"
0 commit comments