From f854d131857d3ee4dcc50dfcce278340eede542b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 08:50:12 +0000 Subject: [PATCH] chore(deps): bump the cargo-minor-patch group with 3 updates Bumps the cargo-minor-patch group with 3 updates: [tokio](https://github.com/tokio-rs/tokio), [sentry](https://github.com/getsentry/sentry-rust) and [sentry-log](https://github.com/getsentry/sentry-rust). Updates `tokio` from 1.52.1 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.52.1...tokio-1.52.3) Updates `sentry` from 0.48.0 to 0.48.1 - [Release notes](https://github.com/getsentry/sentry-rust/releases) - [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-rust/compare/0.48.0...0.48.1) Updates `sentry-log` from 0.48.0 to 0.48.1 - [Release notes](https://github.com/getsentry/sentry-rust/releases) - [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-rust/compare/0.48.0...0.48.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: sentry dependency-version: 0.48.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: sentry-log dependency-version: 0.48.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch ... Signed-off-by: dependabot[bot] --- Backend/Cargo.toml | 2 +- Cargo.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Backend/Cargo.toml b/Backend/Cargo.toml index 147d75d..8bb1c5b 100644 --- a/Backend/Cargo.toml +++ b/Backend/Cargo.toml @@ -34,7 +34,7 @@ serde = { version = "1", features = ["derive"] } notify = "8" tauri-plugin-dialog = "2.7" tauri-plugin-updater = "2.10" -tokio = { version = "1.51", features = ["io-util", "process", "rt", "sync", "time"] } +tokio = { version = "1.52", features = ["io-util", "process", "rt", "sync", "time"] } dirs = "6" regex = "1.12" log = "0.4" diff --git a/Cargo.lock b/Cargo.lock index fd0bdcd..954ddaf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4227,9 +4227,9 @@ dependencies = [ [[package]] name = "sentry" -version = "0.48.0" +version = "0.48.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8ac94aab850a23d7507307cc505332ed2bafd36c65930dfc5c43610f9e9b477" +checksum = "b93b3e19f45495ddd41d8222a152c48c84f6ba45abe9c69e2527e9cdea29bb5b" dependencies = [ "cfg_aliases", "httpdate", @@ -4285,9 +4285,9 @@ dependencies = [ [[package]] name = "sentry-log" -version = "0.48.0" +version = "0.48.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45ce87f3c93659f8ab95f0e62a80b63c2d49f2012980ae6b3c1abce29bd6cde2" +checksum = "5a8d7875e460bffe85150b5a452834cc3c9a7696df7693f6024320097bdd2a2d" dependencies = [ "bitflags 2.11.1", "log", @@ -5303,9 +5303,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.52.1" +version = "1.52.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6" +checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" dependencies = [ "bytes", "libc",