From 669a5d57bd78d448056e1fde69d0d0d38829dca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 16:09:37 +0000 Subject: [PATCH] Bump tempfile from 3.10.1 to 3.12.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.10.1 to 3.12.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 +++++++++++++--- datatypes/Cargo.toml | 2 +- expression/Cargo.toml | 2 +- operators/Cargo.toml | 2 +- services/Cargo.toml | 2 +- 5 files changed, 17 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e39862d2..1181e602b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7500,14 +7500,15 @@ checksum = "4873307b7c257eddcb50c9bedf158eb669578359fb28428bef438fec8e6ba7c2" [[package]] name = "tempfile" -version = "3.10.1" +version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" +checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" dependencies = [ "cfg-if", "fastrand", + "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -8617,6 +8618,15 @@ dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-sys" +version = "0.59.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" +dependencies = [ + "windows-targets 0.52.6", +] + [[package]] name = "windows-targets" version = "0.48.5" diff --git a/datatypes/Cargo.toml b/datatypes/Cargo.toml index 26dfe35a3..3af70157d 100644 --- a/datatypes/Cargo.toml +++ b/datatypes/Cargo.toml @@ -47,7 +47,7 @@ strum = { version = "0.26", features = ["derive"] } [dev-dependencies] criterion = "0.5" -tempfile = "3.10" +tempfile = "3.12" [[bench]] name = "multi_point_collection" diff --git a/expression/Cargo.toml b/expression/Cargo.toml index 11185e018..2191ef293 100644 --- a/expression/Cargo.toml +++ b/expression/Cargo.toml @@ -20,7 +20,7 @@ proc-macro2 = "1.0" quote = "1.0" snafu = "0.8" syn = "2.0" -tempfile = "3.10" +tempfile = "3.12" [dev-dependencies] geo = "0.27.0" diff --git a/operators/Cargo.toml b/operators/Cargo.toml index c54572509..64ac925e0 100644 --- a/operators/Cargo.toml +++ b/operators/Cargo.toml @@ -51,7 +51,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" snafu = "0.8" stream-cancel = "0.8" -tempfile = "3.10" +tempfile = "3.12" tokio = { version = "1.36", features = [ "macros", "signal", diff --git a/services/Cargo.toml b/services/Cargo.toml index 42f4fc6d8..d1229e83d 100644 --- a/services/Cargo.toml +++ b/services/Cargo.toml @@ -129,7 +129,7 @@ httptest = "0.15" pretty_assertions = "1.4" prost = "0.12.3" # must be compatbile with aruna-rust-api serial_test = "3.0" -tempfile = "3.10" +tempfile = "3.12" xml-rs = "0.8" [build-dependencies]