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 2984820 commit db655d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env_logger = "0.10"
futures = "0.3"
log = "0.4"
refinery = {version="0.8", features=["tokio-postgres"]}
tokio = {version="1.32", features=["full"]}
tokio = {version="1.34", features=["rt", "macros", "rt-multi-thread"]}
serde_json = "1.0"
stack-string = { git = "https://github.com/ddboline/stack-string-rs.git", features=["postgres_types"], tag="0.9.2" }
stdout-channel = "0.6"
Expand Down
2 changes: 1 addition & 1 deletion movie_collection_http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ stdout-channel = "0.6"
thiserror = "1.0"
time = {version="0.3", features=["serde-human-readable", "macros", "formatting"]}
time-tz = {version="2.0", features=["system"]}
tokio = {version="1.32", features=["full"]}
tokio = {version="1.34", features=["rt", "macros", "rt-multi-thread"]}
tokio-stream = "0.1"
serde_yaml = "0.9"
uuid = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion movie_collection_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ 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-uuid-1", "with-time-0_3", "with-serde_json-1"]}
tokio = {version="1.32", features=["full"]}
tokio = {version="1.34", features=["rt", "macros", "rt-multi-thread"]}
tokio-stream = {version="0.1", features=["fs"]}
uuid = "1.0"

0 comments on commit db655d1

Please sign in to comment.