From 6540f9679c8ebb267cc4db199a58f93de360391e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 12:02:38 +0000 Subject: [PATCH] Bump the cargo group across 1 directory with 3 updates Bumps the cargo group with 3 updates in the / directory: [tokio](https://github.com/tokio-rs/tokio), [openssl](https://github.com/sfackler/rust-openssl) and [rsa](https://github.com/RustCrypto/RSA). Updates `tokio` from 1.38.0 to 1.38.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.38.0...tokio-1.38.2) Updates `openssl` from 0.10.64 to 0.10.72 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.72) Updates `rsa` from 0.9.6 to 0.9.8 - [Changelog](https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/RSA/compare/v0.9.6...v0.9.8) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.38.2 dependency-type: direct:production dependency-group: cargo - dependency-name: openssl dependency-version: 0.10.72 dependency-type: indirect dependency-group: cargo - dependency-name: rsa dependency-version: 0.9.8 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- fplus-http-server/Cargo.toml | 2 +- fplus-lib/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e0af2c3..d73b7d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3145,9 +3145,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "openssl" -version = "0.10.64" +version = "0.10.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" +checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da" dependencies = [ "bitflags 2.5.0", "cfg-if", @@ -3177,9 +3177,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.102" +version = "0.9.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2" +checksum = "e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847" dependencies = [ "cc", "libc", @@ -3845,9 +3845,9 @@ dependencies = [ [[package]] name = "rsa" -version = "0.9.6" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" +checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b" dependencies = [ "const-oid", "digest 0.10.7", @@ -5080,9 +5080,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.38.0" +version = "1.38.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" +checksum = "68722da18b0fc4a05fdc1120b302b82051265792a1e1b399086e9b204b10ad3d" dependencies = [ "backtrace", "bytes", diff --git a/fplus-http-server/Cargo.toml b/fplus-http-server/Cargo.toml index 6cb6c55..f09e5e5 100644 --- a/fplus-http-server/Cargo.toml +++ b/fplus-http-server/Cargo.toml @@ -14,7 +14,7 @@ actix-web = "4.3.1" actix-utils = "3.0.1" serde = { version = "1.0.164", features = ["derive", "std", "serde_derive", "alloc", "rc"] } -tokio = { version = "1.29.1", features = ["full"] } +tokio = { version = "1.38.2", features = ["full"] } env_logger = "0.10.0" serde_json = "1.0.96" chrono = "0.4.26" diff --git a/fplus-lib/Cargo.toml b/fplus-lib/Cargo.toml index 03477aa..9de5c64 100644 --- a/fplus-lib/Cargo.toml +++ b/fplus-lib/Cargo.toml @@ -25,7 +25,7 @@ chrono = {version = "0.4.26", features = ["serde"] } base64 = "0.13" reqwest = { version = "0.11.18", features = ["json"] } futures = "0.3.28" -tokio = { version = "1.32.0", features = ["rt", "macros"] } +tokio = { version = "1.38.2", features = ["rt", "macros"] } uuidv4 = "1.0.0" rayon = "1.8.0" log = "0.4.20"