Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade oci-spec-rs to 0.4.0 #266

Merged
merged 12 commits into from
Sep 12, 2021
88 changes: 18 additions & 70 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mio = { version = "0.7.13", features = ["os-ext", "os-poll"] }
chrono = { version="0.4", features = ["serde"] }
once_cell = "1.6.0"
futures = { version = "0.3", features = ["thread-pool"] }
oci_spec = { git = "https://github.com/containers/oci-spec-rs", rev = "e0de21b89dc1e65f69a5f45a08bbe426787c7fa1"}
oci-spec = "0.4.0"
cgroups = { version = "0.1.0", path = "./cgroups" }
systemd = { version = "0.8", default-features = false, optional = true }
dbus = "0.9.2"
Expand All @@ -38,9 +38,9 @@ fastrand = "1.4.1"
crossbeam-channel = "0.5"

[dev-dependencies]
oci_spec = { git = "https://github.com/containers/oci-spec-rs", rev = "e0de21b89dc1e65f69a5f45a08bbe426787c7fa1", features = ["proptests"]}
oci-spec = { version = "0.4.0", features = ["proptests"] }
quickcheck = "1"
serial_test = "0.5.1"

[profile.release]
lto = true
lto = true
98 changes: 13 additions & 85 deletions cgroups/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading