summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-03 23:07:28 -0500
committerGitHub <[email protected]>2025-01-03 23:07:28 -0500
commitba78cd7ae12d8433329b03ee8b70c56156390f33 (patch)
tree1cf659c93cbd85a45d5f6c2ae1f2094a24fb0778 /Cargo.toml
parentd2771ec0c7b4e1276bea8626fa5f81f6282f2284 (diff)
chore(crates): bump tokio from 1.40.0 to 1.42.0 (#42)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.42.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.42.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 e1bdfe8..c0b140e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ reqwest = { version = "0.12", default-features = false, features = [
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "2.0"
-tokio = { version = "1.40", features = ["macros", "rt-multi-thread"] }
+tokio = { version = "1.42", features = ["macros", "rt-multi-thread"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3" }