From 463ef01afe3af2f86f6bdf6390a125e1b16ee0be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 06:42:59 +0000 Subject: [PATCH] Bump the cargo-dependencies group with 3 updates Bumps the cargo-dependencies group with 3 updates: [ctor](https://github.com/mmastrac/rust-ctor), [rayon](https://github.com/rayon-rs/rayon) and [tempfile](https://github.com/Stebalien/tempfile). Updates `ctor` from 0.2.6 to 0.2.7 - [Commits](https://github.com/mmastrac/rust-ctor/commits) Updates `rayon` from 1.8.1 to 1.9.0 - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.8.1...rayon-core-v1.9.0) Updates `tempfile` from 3.10.0 to 3.10.1 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.10.0...v3.10.1) --- updated-dependencies: - dependency-name: ctor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: rayon dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53441fe..4b046ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -637,9 +637,9 @@ dependencies = [ [[package]] name = "ctor" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30d2b3721e861707777e3195b0158f950ae6dc4a27e4d02ff9f67e3eb3de199e" +checksum = "ad291aa74992b9b7a7e88c38acbbf6ad7e107f1d90ee8775b7bc1fc3394f485c" dependencies = [ "quote", "syn 2.0.48", @@ -2023,9 +2023,9 @@ dependencies = [ [[package]] name = "rayon" -version = "1.8.1" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051" +checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd" dependencies = [ "either", "rayon-core", @@ -2826,9 +2826,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.10.0" +version = "3.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" +checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if", "fastrand", diff --git a/Cargo.toml b/Cargo.toml index 814b4ca..473393b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ bytes = { version = "1.3.0", features = ["serde"] } chrono = { version = "0.4.34", features = ["serde"] } ciborium = "0.2.2" clap = { version = "4.5.1", features = ["cargo", "derive", "env", "string"] } -ctor = "0.2.6" +ctor = "0.2.7" crossterm = "0.27" futures = "0.3.30" hex = "0.4.3" @@ -42,7 +42,7 @@ nix = { version = "0.27.0", features = ["process", "signal"] } pem-rfc7468 = { version = "0.7.0", features = ["alloc"] } rand = "0.8.5" ratatui = { version = "0.23.0", features = ["all-widgets"]} -rayon = "1.8.1" +rayon = "1.9.0" regex = "1.10.3" reqwest = "0.11.24" rumqttc = "0.23.0" @@ -53,7 +53,7 @@ satori-testing-utils = { path = "./testing-utils" } serde = { version = "1.0", features = ["derive"] } serde_with = "3.6" serde_json = "1.0.114" -tempfile = "3.10.0" +tempfile = "3.10.1" thiserror = "1.0.57" tokio = { version = "1.36", features = ["macros", "rt-multi-thread", "signal", "process"] } tokio-stream = { version = "0.1.14", features = ["sync"] }