Skip to content

Commit

Permalink
Merge pull request #36 from lixmal/dependabot/cargo/tokio-1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
2 parents 7635b4d + 2666e09 commit 67c7ff0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 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 @@ -13,7 +13,7 @@ actix-server = "2.3.0"
actix-files = "0.6.2"
actix-web = "4"
actix-session = { version = "0.8.0", features = ["cookie-session"] }
tokio = { version = "1.33.0", features = ["rt", "rt-multi-thread", "macros", "fs"] }
tokio = { version = "1.34.0", features = ["rt", "rt-multi-thread", "macros", "fs"] }
tokio-util = { version = "0.7.10", features = ["io", "io-util", "compat"] }
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.108"
Expand Down

0 comments on commit 67c7ff0

Please sign in to comment.