summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-12 15:55:17 +0000
committerGitHub <[email protected]>2024-08-12 15:55:17 +0000
commita90d3eb0c4d5156f8cf516027fda3a64220f7f6e (patch)
treee48a94161194fcc5bea2ee1fd39aeb8b7dec7e12 /Cargo.toml
parentfe056196c1433652f5298f5fdbb945f091ebda1b (diff)
crates: bump tokio from 1.38.1 to 1.39.2 (#217)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.1 to 1.39.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.38.1...tokio-1.39.2) --- 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 5c12251..fd935eb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ reqwest = { version = "0.12.5", default-features = false, features = [
] }
serde = "1.0.206"
serde_json = "1.0.124"
-tokio = { version = "1.38.1", features = [
+tokio = { version = "1.39.2", features = [
"macros",
"rt-multi-thread",
"signal",