From 9869ef6b5da3cdef41a36155f8d78d41330425d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:37:22 +0200 Subject: [PATCH] Bump tokio from 1.23.1 to 1.25.3 (#5) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.1 to 1.25.3. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.23.1...tokio-1.25.3) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 744e12b..d334ec8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -690,14 +690,13 @@ dependencies = [ [[package]] name = "tokio" -version = "1.23.1" +version = "1.25.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38a54aca0c15d014013256222ba0ebed095673f89345dd79119d912eb561b7a8" +checksum = "8666f87015685834a42aa61a391303d3bee0b1442dd9cf93e3adf4cbaf8de75a" dependencies = [ "autocfg", "bytes", "libc", - "memchr", "mio", "num_cpus", "parking_lot", diff --git a/Cargo.toml b/Cargo.toml index d584b44..99ec091 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/x3ro/rly" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tokio = {version = "1.23.1", features = ["full"] } +tokio = {version = "1.25.3", features = ["full"] } clap = { version = "4.0.32", features = ["derive", "wrap_help"] } anyhow = "1.0.68" serde = { version = "1.0.185" }