Skip to content

Commit

Permalink
Merge pull request #27 from Spec-ify/dependabot/cargo/tokio-1.40.0
Browse files Browse the repository at this point in the history
build(deps): bump tokio from 1.39.2 to 1.40.0
  • Loading branch information
zleyyij authored Sep 5, 2024
2 parents 1dcd67e + 58e4630 commit 4301c09
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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ handlers = { path = "../handlers" }
axum = "0.7.4"
chrono = "0.4.32"
clap = { version = "4.0", features = ["derive"] }
tokio = { version = "1.35.1", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }
tower-http = { version = "0.5.1", features = ["cors", "trace"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"

0 comments on commit 4301c09

Please sign in to comment.