Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Keruspe committed Apr 24, 2024
1 parent 102833b commit dfa4ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ version = "^2.1"
features = ["async-io"]

[dependencies.flume]
version = "^0.10"
version = "^0.11"
default-features = false
features = ["async"]

Expand All @@ -66,7 +66,7 @@ waker-fn = "^1.1"

[dev-dependencies]
async-global-executor = "^2.0"
futures-lite = "^1.7"
futures-lite = "^2.0"
serde_json = "^1.0"
waker-fn = "^1.1"
tokio = { version = "1.17.0", features = ["full"] }
Expand Down

0 comments on commit dfa4ec6

Please sign in to comment.