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.
2 parents 1ffeeca + 36aedae commit 23efa4eCopy full SHA for 23efa4e
Cargo.toml
@@ -5,15 +5,14 @@ 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.7.1"
+version = "0.8.0"
9
rust-version = "1.70.0"
10
11
[dependencies]
12
-fn-error-context = "0.2.0"
13
futures-util = "0.3.13"
14
# NOTE when bumping this in a semver-incompatible way, because we re-export it you
15
# must also bump the semver of this project.
16
-oci-spec = "0.7.0"
+oci-spec = "0.8.0"
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