summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-02 16:02:48 +0000
committerGitHub <[email protected]>2024-09-02 16:02:48 +0000
commitac41b405f73fd16a6d2cdcc0776c708a9eecba7e (patch)
tree36d993a8391081cc42ea008e56067a8760aa168c /Cargo.toml
parent2ecfe691fb37c6a7b8ad485374164cac7ae6eef4 (diff)
crates: bump tokio from 1.39.3 to 1.40.0 (#230)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.3 to 1.40.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.3...tokio-1.40.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7493a0a..6803683 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ reqwest = { version = "0.12.7", default-features = false, features = [
] }
serde = "1.0.209"
serde_json = "1.0.127"
-tokio = { version = "1.39.3", features = [
+tokio = { version = "1.40.0", features = [
"macros",
"rt-multi-thread",
"signal",