summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-17 21:05:02 +0000
committerGitHub <[email protected]>2025-03-17 21:05:02 +0000
commitb6a6b9ebea1edabf5309983dc845e6ff96f10f62 (patch)
tree2caa89969bbae25d7ca55ea6ed745f4a0654eb1d /Cargo.lock
parent62b90b5058cbd558ce2fb6ad2eb5409ec9fd2dce (diff)
crates: bump tokio from 1.44.0 to 1.44.1 (#83)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.0 to 1.44.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.0...tokio-1.44.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8a9a479..20784a4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1899,9 +1899,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
-version = "1.44.0"
+version = "1.44.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a"
+checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a"
dependencies = [
"backtrace",
"bytes",