Skip to content

Commit

Permalink
Bump tokio from 1.38.0 to 1.38.1 (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 19, 2024
1 parent d5228a6 commit 8a7f87f
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 @@ -91,7 +91,7 @@ sqlx = { version = "0.7.4", features = [
], default-features = false }
thiserror = "1.0.62"
time = "0.3.36"
tokio = { version = "1.38.0", features = ["full", "tracing"] }
tokio = { version = "1.38.1", features = ["full", "tracing"] }
tokio-cron-scheduler = "0.10.2"
tokio-stream = { version = "0.1.15", features = ["net"] }
tokio-util = { version = "0.7.11", features = ["full"] }
Expand Down

0 comments on commit 8a7f87f

Please sign in to comment.