Skip to content

Commit 23efa4e

Browse files
authored
Merge pull request #86 from cgwalters/bump-oci-spec
Bump oci spec
2 parents 1ffeeca + 36aedae commit 23efa4e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ license = "MIT OR Apache-2.0"
55
name = "containers-image-proxy"
66
readme = "README.md"
77
repository = "https://github.com/containers/containers-image-proxy-rs"
8-
version = "0.7.1"
8+
version = "0.8.0"
99
rust-version = "1.70.0"
1010

1111
[dependencies]
12-
fn-error-context = "0.2.0"
1312
futures-util = "0.3.13"
1413
# NOTE when bumping this in a semver-incompatible way, because we re-export it you
1514
# must also bump the semver of this project.
16-
oci-spec = "0.7.0"
15+
oci-spec = "0.8.0"
1716
rustix = { version = "1.0", features = ["process", "fs", "net"] }
1817
serde = { features = ["derive"], version = "1.0.125" }
1918
serde_json = "1.0.64"

0 commit comments

Comments
 (0)