From 8c659ffbef42ea757db6e61a1b0f2e216ec5d3f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 21:26:33 +0000 Subject: [PATCH] build: bump tempfile from 3.15.0 to 3.17.1 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.15.0 to 3.17.1. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.15.0...v3.17.1) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 52 +++++++++++++++---- .../rust/ockam/ockam_api/Cargo.toml | 2 +- .../rust/ockam/ockam_app_lib/Cargo.toml | 2 +- .../rust/ockam/ockam_command/Cargo.toml | 2 +- .../rust/ockam/ockam_identity/Cargo.toml | 2 +- .../rust/ockam/ockam_node/Cargo.toml | 2 +- .../rust/ockam/ockam_vault/Cargo.toml | 2 +- 7 files changed, 47 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d71c1b2853..38dbe486e87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,7 +73,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ "cfg-if", - "getrandom", + "getrandom 0.2.15", "once_cell", "version_check", "zerocopy", @@ -2831,10 +2831,22 @@ dependencies = [ "cfg-if", "js-sys", "libc", - "wasi", + "wasi 0.11.0+wasi-snapshot-preview1", "wasm-bindgen", ] +[[package]] +name = "getrandom" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8" +dependencies = [ + "cfg-if", + "libc", + "wasi 0.13.3+wasi-0.2.2", + "windows-targets 0.52.6", +] + [[package]] name = "ghash" version = "0.5.1" @@ -4045,7 +4057,7 @@ checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" dependencies = [ "libc", "log", - "wasi", + "wasi 0.11.0+wasi-snapshot-preview1", "windows-sys 0.48.0", ] @@ -4057,7 +4069,7 @@ checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" dependencies = [ "libc", "log", - "wasi", + "wasi 0.11.0+wasi-snapshot-preview1", "windows-sys 0.52.0", ] @@ -5746,7 +5758,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d" dependencies = [ "bytes 1.9.0", - "getrandom", + "getrandom 0.2.15", "rand", "ring", "rustc-hash 2.1.0", @@ -5920,7 +5932,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom", + "getrandom 0.2.15", ] [[package]] @@ -6126,7 +6138,7 @@ checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" dependencies = [ "cc", "cfg-if", - "getrandom", + "getrandom 0.2.15", "libc", "spin", "untrusted", @@ -7383,13 +7395,13 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.15.0" +version = "3.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704" +checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230" dependencies = [ "cfg-if", "fastrand", - "getrandom", + "getrandom 0.3.1", "once_cell", "rustix", "windows-sys 0.59.0", @@ -8086,7 +8098,7 @@ dependencies = [ "libc", "rustix", "rustversion", - "wasi", + "wasi 0.11.0+wasi-snapshot-preview1", "wasm-bindgen", "winapi", ] @@ -8250,6 +8262,15 @@ version = "0.11.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" +[[package]] +name = "wasi" +version = "0.13.3+wasi-0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2" +dependencies = [ + "wit-bindgen-rt", +] + [[package]] name = "wasite" version = "0.1.0" @@ -8773,6 +8794,15 @@ version = "0.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" +[[package]] +name = "wit-bindgen-rt" +version = "0.33.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c" +dependencies = [ + "bitflags 2.6.0", +] + [[package]] name = "write16" version = "1.0.0" diff --git a/implementations/rust/ockam/ockam_api/Cargo.toml b/implementations/rust/ockam/ockam_api/Cargo.toml index 4f91a85afd0..b85bed61edf 100644 --- a/implementations/rust/ockam/ockam_api/Cargo.toml +++ b/implementations/rust/ockam/ockam_api/Cargo.toml @@ -177,7 +177,7 @@ opentelemetry_sdk = { version = "0.27", features = ["logs", "metrics", "trace", quickcheck = "1.0.1" quickcheck_macros = "1.0.0" serial_test = "3.0.0" -tempfile = "3.10.1" +tempfile = "3.17.1" tokio = { version = "1.41.0", features = ["full"] } tracing-core = "0.1.32" treeline = "0.1.0" diff --git a/implementations/rust/ockam/ockam_app_lib/Cargo.toml b/implementations/rust/ockam/ockam_app_lib/Cargo.toml index 9e48d5a5589..668463ef441 100644 --- a/implementations/rust/ockam/ockam_app_lib/Cargo.toml +++ b/implementations/rust/ockam/ockam_app_lib/Cargo.toml @@ -51,7 +51,7 @@ tracing = { version = "0.1", default-features = false } [dev-dependencies] ockam_api = { path = "../ockam_api", version = "0.90.0", default-features = false, features = ["test-utils"] } -tempfile = { version = "3.10.1" } +tempfile = { version = "3.17.1" } [build-dependencies] cbindgen = { version = "0.26", default-features = false } diff --git a/implementations/rust/ockam/ockam_command/Cargo.toml b/implementations/rust/ockam/ockam_command/Cargo.toml index af43bd9105c..36e07ebbbc5 100644 --- a/implementations/rust/ockam/ockam_command/Cargo.toml +++ b/implementations/rust/ockam/ockam_command/Cargo.toml @@ -104,7 +104,7 @@ mockito = "1.5.0" ockam_api = { path = "../ockam_api", version = "0.90.0", default-features = false, features = ["test-utils"] } ockam_macros = { path = "../ockam_macros", version = "^0.37.0" } serial_test = "3.0.0" -tempfile = "3.10.1" +tempfile = "3.17.1" [features] default = ["rust-crypto", "privileged_portals"] diff --git a/implementations/rust/ockam/ockam_identity/Cargo.toml b/implementations/rust/ockam/ockam_identity/Cargo.toml index 4b54b83090c..a804b9d69a0 100644 --- a/implementations/rust/ockam/ockam_identity/Cargo.toml +++ b/implementations/rust/ockam/ockam_identity/Cargo.toml @@ -103,7 +103,7 @@ ockam_vault_aws = { path = "../ockam_vault_aws" } quickcheck = "1.0.3" rand_xorshift = "0" serde_json = "1.0" -tempfile = { version = "3.10.1" } +tempfile = { version = "3.17.1" } tokio = { version = "1.41.0", features = ["full"] } zeroize = { version = "1.8.1" } diff --git a/implementations/rust/ockam/ockam_node/Cargo.toml b/implementations/rust/ockam/ockam_node/Cargo.toml index b0243938078..e47a7c148cb 100644 --- a/implementations/rust/ockam/ockam_node/Cargo.toml +++ b/implementations/rust/ockam/ockam_node/Cargo.toml @@ -101,7 +101,7 @@ sqlx = { version = "0.8.3", optional = true, default-features = false, features sqlx-core = { version = "0.8.3", optional = true, default-features = false } sqlx-postgres = { version = "0.8.2", optional = true, default-features = false } sqlx-sqlite = { version = "0.8.2", optional = true, default-features = false } -tempfile = { version = "3.10.1", optional = true } +tempfile = { version = "3.17.1", optional = true } time = { version = "0.3.36", default-features = false, optional = true } tokio = { version = "1.41", default-features = false, optional = true, features = ["sync", "time", "rt", "rt-multi-thread", "macros"] } tokio-retry = { version = "0.3.0", optional = true } diff --git a/implementations/rust/ockam/ockam_vault/Cargo.toml b/implementations/rust/ockam/ockam_vault/Cargo.toml index 10168750a8c..b29b7fca2d4 100644 --- a/implementations/rust/ockam/ockam_vault/Cargo.toml +++ b/implementations/rust/ockam/ockam_vault/Cargo.toml @@ -100,7 +100,7 @@ zeroize = { version = "1.8.1", features = ["zeroize_derive"] } [dev-dependencies] serde_bare = { version = "0.5.0" } serde_json = { version = "1" } -tempfile = { version = "3.10.1" } +tempfile = { version = "3.17.1" } tokio = { version = "1.41", features = ["full"] } trybuild = { version = "1.0", features = ["diff"] }