Skip to content

Commit

Permalink
bump tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
ddboline committed Nov 25, 2023
1 parent 47052f5 commit ab3f7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ thiserror = "1.0"
time = {version="0.3", features=["serde-human-readable", "macros", "formatting"]}
time-tz = {version="2.0", features=["system"]}
tokio-postgres = {version="0.7", features=["with-time-0_3", "with-uuid-1", "with-serde_json-1"]}
tokio = {version="1.21", features=["full"]}
tokio = {version="1.34", features=["rt", "macros", "rt-multi-thread"]}
rweb = {git = "https://github.com/ddboline/rweb.git", features=["openapi"], default-features=false, tag="0.15.1-1"}
rweb-helper = { git = "https://github.com/ddboline/rweb_helper.git", tag="0.5.0-1" }
uuid = { version = "1.0", features = ["serde", "v4"] }
Expand Down

0 comments on commit ab3f7ac

Please sign in to comment.