Skip to content

Commit

Permalink
chore(deps): tokio v1.36, async-channel v2.2 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon authored Feb 10, 2024
1 parent f62fec7 commit 1058205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ rust-embed = "8"

futures-util = "0.3"
rustls-pemfile = "1.0"
tokio = { version = "1.35", features = ["net"] }
tokio = { version = "1.36", features = ["net"] }
tokio-native-tls = "0.3"
tokio-rustls = "0.24"
tokio-stream = "0.1"
Expand All @@ -118,7 +118,7 @@ tower = "0.4"
tower-http = "0.5"

# soml
async-channel = "2.1"
async-channel = "2.2"
async-executor = "1.8"
async-io = "2.2"
async-net = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/forms/multipart/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ tokio = { workspace = true, features = [
"rt-multi-thread",
] }

tempfile = "3.7"
tempfile = "3.10"

0 comments on commit 1058205

Please sign in to comment.