From 701f3159cc7eb988a776e99cdbcf79753382974c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 10:17:08 +0000 Subject: [PATCH] Bump tokio from 1.44.1 to 1.45.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.45.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.45.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- connection/proxmox/proxmox-api/Cargo.toml | 2 +- vte-pty-driver/libvirt/Cargo.toml | 2 +- vte-pty-driver/proxmox/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4ed03f..db847e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3877,9 +3877,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.1" +version = "1.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" +checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 886b40c..6b9fca0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ uuid = { version = "1.16", features = ["v7"] } parking_lot = "0.12" field-monitor-vte-driver-lib = { path = "vte-pty-driver/lib" } proxmox-api = { path = "connection/proxmox/proxmox-api" } -tokio = { version = "1.44", features = ["parking_lot", "rt-multi-thread"] } +tokio = { version = "1.45", features = ["parking_lot", "rt-multi-thread"] } [workspace.dependencies.glib] features = ["log"] diff --git a/connection/proxmox/proxmox-api/Cargo.toml b/connection/proxmox/proxmox-api/Cargo.toml index 0e97c03..fab0da4 100644 --- a/connection/proxmox/proxmox-api/Cargo.toml +++ b/connection/proxmox/proxmox-api/Cargo.toml @@ -17,7 +17,7 @@ urlencoding = "2.1" [dev-dependencies] simple_logger = "5" clap = { version = "4.5", features = ["derive", "env"] } -tokio = { version = "1.44", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.45", features = ["rt-multi-thread", "macros"] } [lints] workspace = true diff --git a/vte-pty-driver/libvirt/Cargo.toml b/vte-pty-driver/libvirt/Cargo.toml index 2ad89d3..815b4a3 100644 --- a/vte-pty-driver/libvirt/Cargo.toml +++ b/vte-pty-driver/libvirt/Cargo.toml @@ -5,7 +5,7 @@ rust-version.workspace = true [dependencies] field-monitor-vte-driver-lib = { workspace = true, features = ["client"] } -tokio = { version = "1.44", features = [ +tokio = { version = "1.45", features = [ "macros", "parking_lot", "rt-multi-thread", diff --git a/vte-pty-driver/proxmox/Cargo.toml b/vte-pty-driver/proxmox/Cargo.toml index c70161f..594fc03 100644 --- a/vte-pty-driver/proxmox/Cargo.toml +++ b/vte-pty-driver/proxmox/Cargo.toml @@ -6,7 +6,7 @@ rust-version.workspace = true [dependencies] field-monitor-vte-driver-lib = { workspace = true, features = ["client"] } proxmox-api = { workspace = true } -tokio = { version = "1.44", features = [ +tokio = { version = "1.45", features = [ "macros", "parking_lot", "rt-multi-thread",