From 8524af34967d2cebc64ec34d97a442fe86c0d110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 06:23:28 +0000 Subject: [PATCH] chore(deps): Bump oci-spec from 0.7.0 to 0.7.1 Bumps [oci-spec](https://github.com/containers/oci-spec-rs) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/containers/oci-spec-rs/releases) - [Changelog](https://github.com/youki-dev/oci-spec-rs/blob/main/release.md) - [Commits](https://github.com/containers/oci-spec-rs/compare/v0.7.0...v0.7.1) --- updated-dependencies: - dependency-name: oci-spec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 92 +++++++++++++++++++++++++++------------------ image-rs/Cargo.toml | 2 +- 2 files changed, 57 insertions(+), 37 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a233c5d5..d3d4d373f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -333,7 +333,7 @@ dependencies = [ "sha2 0.10.8", "strum", "tempfile", - "thiserror", + "thiserror 1.0.68", "tokio", "toml 0.8.19", "tonic", @@ -371,7 +371,7 @@ dependencies = [ "strum", "tdx-attest-rs", "tempfile", - "thiserror", + "thiserror 1.0.68", "tokio", ] @@ -454,7 +454,7 @@ dependencies = [ "serde_json", "sev 4.0.0", "sha2 0.10.8", - "thiserror", + "thiserror 1.0.68", "tss-esapi", "zerocopy", ] @@ -470,7 +470,7 @@ dependencies = [ "clap 4.2.7", "serde", "sev 4.0.0", - "thiserror", + "thiserror 1.0.68", "ureq", ] @@ -485,7 +485,7 @@ dependencies = [ "bincode", "serde", "serde_json", - "thiserror", + "thiserror 1.0.68", "ureq", "zerocopy", ] @@ -837,7 +837,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "190baaad529bcfbde9e1a19022c42781bdb6ff9de25721abdb8fd98c0807730b" dependencies = [ "libc", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -1108,7 +1108,7 @@ dependencies = [ "serial_test", "storage", "tempfile", - "thiserror", + "thiserror 1.0.68", "tokio", "tonic", "tonic-build", @@ -2755,7 +2755,7 @@ dependencies = [ "rstest", "serde", "serde_json", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2926,7 +2926,7 @@ dependencies = [ "combine", "jni-sys", "log", - "thiserror", + "thiserror 1.0.68", "walkdir", "windows-sys 0.45.0", ] @@ -2960,7 +2960,7 @@ dependencies = [ "regex", "serde", "serde_json", - "thiserror", + "thiserror 1.0.68", "time", ] @@ -3027,7 +3027,7 @@ dependencies = [ "num-bigint", "serde", "serde_json", - "thiserror", + "thiserror 1.0.68", "yasna 0.4.0", "zeroize", ] @@ -3079,7 +3079,7 @@ dependencies = [ "serde", "serde_json", "superboring", - "thiserror", + "thiserror 1.0.68", "zeroize", ] @@ -3155,7 +3155,7 @@ dependencies = [ "sha2 0.10.8", "tempfile", "testcontainers", - "thiserror", + "thiserror 1.0.68", "tokio", "ttrpc", "ttrpc-codegen", @@ -3192,7 +3192,7 @@ dependencies = [ "sev 0.1.0", "sha2 0.10.8", "strum", - "thiserror", + "thiserror 1.0.68", "tokio", "toml 0.8.19", "tonic", @@ -3821,7 +3821,7 @@ dependencies = [ "rust-fsm", "serde", "serde_json", - "thiserror", + "thiserror 1.0.68", "time", "tokio", "tokio-uring", @@ -3951,7 +3951,7 @@ dependencies = [ "serde", "serde_json", "sha2 0.10.8", - "thiserror", + "thiserror 1.0.68", "tokio", "tracing", "unicase", @@ -3977,7 +3977,7 @@ dependencies = [ "serde", "serde_json", "sha2 0.10.8", - "thiserror", + "thiserror 1.0.68", "tokio", "tracing", "unicase", @@ -3985,9 +3985,9 @@ dependencies = [ [[package]] name = "oci-spec" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cee185ce7cf1cce45e194e34cd87c0bad7ff0aa2e8917009a2da4f7b31fb363" +checksum = "da406e58efe2eb5986a6139626d611ce426e5324a824133d76367c765cf0b882" dependencies = [ "derive_builder", "getset", @@ -3996,7 +3996,7 @@ dependencies = [ "serde_json", "strum", "strum_macros", - "thiserror", + "thiserror 2.0.3", ] [[package]] @@ -4279,7 +4279,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95" dependencies = [ "memchr", - "thiserror", + "thiserror 1.0.68", "ucd-trie", ] @@ -4701,7 +4701,7 @@ checksum = "0bcc343da15609eaecd65f8aa76df8dc4209d325131d8219358c0aaaebab0bf6" dependencies = [ "once_cell", "protobuf-support", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -4725,7 +4725,7 @@ dependencies = [ "protobuf-parse", "regex", "tempfile", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -4740,7 +4740,7 @@ dependencies = [ "protobuf 3.5.1", "protobuf-support", "tempfile", - "thiserror", + "thiserror 1.0.68", "which", ] @@ -4750,7 +4750,7 @@ version = "3.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0766e3675a627c327e4b3964582594b0e8741305d628a98a5de75a1d15f99b9" dependencies = [ - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -4782,7 +4782,7 @@ dependencies = [ "rustc-hash 2.0.0", "rustls", "socket2 0.5.5", - "thiserror", + "thiserror 1.0.68", "tokio", "tracing", ] @@ -4799,7 +4799,7 @@ dependencies = [ "rustc-hash 2.0.0", "rustls", "slab", - "thiserror", + "thiserror 1.0.68", "tinyvec", "tracing", ] @@ -4929,7 +4929,7 @@ checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4" dependencies = [ "getrandom", "libredox 0.0.1", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -5313,7 +5313,7 @@ dependencies = [ "openssl-sys", "s390_pv_core", "serde", - "thiserror", + "thiserror 1.0.68", "zerocopy", ] @@ -5327,7 +5327,7 @@ dependencies = [ "libc", "log", "serde", - "thiserror", + "thiserror 1.0.68", "zerocopy", ] @@ -5449,7 +5449,7 @@ dependencies = [ "serde_json", "strum", "tempfile", - "thiserror", + "thiserror 1.0.68", "tokio", "zeroize", ] @@ -5534,7 +5534,7 @@ dependencies = [ "rsa", "sha1collisiondetection", "sha2 0.10.8", - "thiserror", + "thiserror 1.0.68", "twofish", "typenum", "x25519-dalek", @@ -5870,7 +5870,7 @@ dependencies = [ "serde_repr", "sha2 0.10.8", "signature", - "thiserror", + "thiserror 1.0.68", "tls_codec", "tokio", "tokio-util", @@ -5985,7 +5985,7 @@ dependencies = [ "serde_json", "strum", "tempfile", - "thiserror", + "thiserror 1.0.68", "tokio", ] @@ -6248,7 +6248,16 @@ version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.68", +] + +[[package]] +name = "thiserror" +version = "2.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" +dependencies = [ + "thiserror-impl 2.0.3", ] [[package]] @@ -6262,6 +6271,17 @@ dependencies = [ "syn 2.0.87", ] +[[package]] +name = "thiserror-impl" +version = "2.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + [[package]] name = "time" version = "0.3.36" @@ -6646,7 +6666,7 @@ dependencies = [ "nix 0.26.4", "protobuf 3.5.1", "protobuf-codegen 3.5.1", - "thiserror", + "thiserror 1.0.68", "tokio", "tokio-vsock", "windows-sys 0.48.0", diff --git a/image-rs/Cargo.toml b/image-rs/Cargo.toml index bc8ecd71c..8023df7b5 100644 --- a/image-rs/Cargo.toml +++ b/image-rs/Cargo.toml @@ -33,7 +33,7 @@ log = "0.4.22" loopdev = { git = "https://github.com/mdaffin/loopdev", rev = "c9f91e8f0326ce8a3364ac911e81eb32328a5f27" } nix = { workspace = true, optional = true, features = ["mount", "fs"] } oci-client = { version = "0.14", default-features = false, optional = true } -oci-spec = "0.7.0" +oci-spec = "0.7.1" ocicrypt-rs = { path = "../ocicrypt-rs", default-features = false, features = [ "async-io", ], optional = true }