Skip to content

Commit

Permalink
Merge pull request #6 from kujenga/dependabot/cargo/tokio-1.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kujenga committed Feb 17, 2023
2 parents cfcbddb + 08ee033 commit b426fb9
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 @@ -9,7 +9,7 @@ axum = "0.5"
"axum-macros" = "*"
http = "0.2"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.23", features = ["full"] }
tokio = { version = "1.24", features = ["full"] }
tower = { version = "0.4", features = ["full"] }
tower-http = { version = "0.3", features = ["full"] }
tracing = "0.1"
Expand Down

0 comments on commit b426fb9

Please sign in to comment.