Skip to content

Commit

Permalink
Dep: Require tokio 1.22 for WeakUnboundedSender
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Jul 9, 2024
1 parent 460d158 commit 25d9c9d
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 @@ -36,7 +36,7 @@ serde_json = "1.0.57"
syn = "2.0"
tempfile = { version = "3.4.0" }
thiserror = "1.0.49"
tokio = { version="1.8", default-features=false, features=["fs", "io-util", "macros", "rt", "rt-multi-thread", "sync", "time"] }
tokio = { version="1.22", default-features=false, features=["io-util", "macros", "rt", "rt-multi-thread", "sync", "time"] }
tracing = { version = "0.1.40" }
tracing-appender = "0.2.0"
tracing-futures = "0.2.4"
Expand Down

0 comments on commit 25d9c9d

Please sign in to comment.