Skip to content

Commit

Permalink
Merge pull request #11 from planetary-social/dependabot/cargo/tokio-1…
Browse files Browse the repository at this point in the history
….40.0

Bump tokio from 1.39.3 to 1.40.0
  • Loading branch information
dcadenas authored Sep 11, 2024
2 parents 56a3a27 + 4a727a7 commit 1be6973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.128"
thiserror = "1.0.63"
time = "0.3.36"
tokio = { version = "1.39.3", features = ["full", "test-util"] }
tokio = { version = "1.40.0", features = ["full", "test-util"] }
tokio-util = { version = "0.7.11", features = ["rt"] }
tower-http = { version = "0.5.2", features = ["timeout", "trace"] }
tracing = "0.1.40"
Expand Down

0 comments on commit 1be6973

Please sign in to comment.