summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-03 15:33:32 +0000
committerGitHub <[email protected]>2024-06-03 15:33:32 +0000
commit4db8e05f9f8ee7a3066be21c1dd93be7a44c82fd (patch)
tree094df8a24142fa4e1697b03c6740137f2a058b3a /Cargo.toml
parentf14e1383656d65ad1b78e99652ff763e9f93c769 (diff)
crates: bump tokio from 1.37.0 to 1.38.0 (#192)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.37.0 to 1.38.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.37.0...tokio-1.38.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 8701024..c07ebeb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ reqwest = { version = "0.12.4", default-features = false, features = [
] }
serde = "1.0.203"
serde_json = "1.0.117"
-tokio = { version = "1.37.0", features = [
+tokio = { version = "1.38.0", features = [
"macros",
"rt-multi-thread",
"signal",