From a614b4c17bd1f5b78a964412c0323dddd6ef7a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 23:16:53 +0000 Subject: [PATCH] Bump proc-mounts from 0.2.4 to 0.3.0 Bumps [proc-mounts](https://github.com/pop-os/proc-mounts) from 0.2.4 to 0.3.0. - [Changelog](https://github.com/pop-os/proc-mounts/blob/master/CHANGELOG.md) - [Commits](https://github.com/pop-os/proc-mounts/commits) --- updated-dependencies: - dependency-name: proc-mounts dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 63 ++++----------------------------- intel-sgx/sgxs-tools/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 58 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a1fd9d73..804275b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -950,20 +950,6 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" -[[package]] -name = "err-derive" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22deed3a8124cff5fa835713fa105621e43bbdc46690c3a6b68328a012d350d4" -dependencies = [ - "proc-macro-error", - "proc-macro2 1.0.78", - "quote 1.0.35", - "rustversion", - "syn 1.0.81", - "synstructure", -] - [[package]] name = "fake-simd" version = "0.1.2" @@ -2360,11 +2346,11 @@ dependencies = [ [[package]] name = "partition-identity" -version = "0.2.8" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec13ba9a0eec5c10a89f6ec1b6e9e2ef7d29b810d771355abbd1c43cae003ed6" +checksum = "9fa925f9becb532d758b0014b472c576869910929cf4c3f8054b386f19ab9e21" dependencies = [ - "err-derive", + "thiserror", ] [[package]] @@ -2522,30 +2508,6 @@ version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20" -[[package]] -name = "proc-macro-error" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" -dependencies = [ - "proc-macro-error-attr", - "proc-macro2 1.0.78", - "quote 1.0.35", - "syn 1.0.81", - "version_check 0.9.2", -] - -[[package]] -name = "proc-macro-error-attr" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" -dependencies = [ - "proc-macro2 1.0.78", - "quote 1.0.35", - "version_check 0.9.2", -] - [[package]] name = "proc-macro-hack" version = "0.5.19" @@ -2578,11 +2540,10 @@ dependencies = [ [[package]] name = "proc-mounts" -version = "0.2.4" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ad7e9c8d1b8c20f16a84d61d7c4c0325a5837c1307a2491b509cd92fb4e4442" +checksum = "0d652f8435d0ab70bf4f3590a6a851d59604831a458086541b95238cc51ffcf2" dependencies = [ - "lazy_static", "partition-identity", ] @@ -2607,7 +2568,7 @@ version = "2.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6653d384a260fedff0a466e894e05c5b8d75e261a14e9f93e81e43ef86cad23" dependencies = [ - "log 0.3.9", + "log 0.4.21", "which 4.0.2", ] @@ -3476,18 +3437,6 @@ dependencies = [ "unicode-ident", ] -[[package]] -name = "synstructure" -version = "0.12.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701" -dependencies = [ - "proc-macro2 1.0.78", - "quote 1.0.35", - "syn 1.0.81", - "unicode-xid 0.2.1", -] - [[package]] name = "tar" version = "0.4.37" diff --git a/intel-sgx/sgxs-tools/Cargo.toml b/intel-sgx/sgxs-tools/Cargo.toml index c51fcec7..d83086c3 100644 --- a/intel-sgx/sgxs-tools/Cargo.toml +++ b/intel-sgx/sgxs-tools/Cargo.toml @@ -53,7 +53,7 @@ petgraph = "0.6" # MIT/Apache-2.0 mopa = "0.2" # MIT/Apache-2.0 syn = { version = "0.15", features = ["full"] } # MIT/Apache-2.0 fnv = "1" # MIT/Apache-2.0 -proc-mounts = "0.2.4" # MIT +proc-mounts = "0.3.0" # MIT serde = "1.0.84" # MIT/Apache-2.0 serde_derive = "1.0.84" # MIT/Apache-2.0 serde_yaml = "0.8.8" # MIT/Apache-2.0