Skip to content

Commit

Permalink
Merge pull request #134 from rspamd/dependabot/cargo/tokio-1.39.2
Browse files Browse the repository at this point in the history
Bump tokio from 1.38.0 to 1.39.2
  • Loading branch information
vstakhov committed Aug 3, 2024
2 parents 72065fd + 015f655 commit d675316
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 32 deletions.
61 changes: 30 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env_logger = "0.10"
futures = "0.3"
log = "0.4"
clap = { version = "4.5", features = ["derive"] }
tokio = { version = "1.38", features = ["io-util", "macros", "net", "rt-multi-thread", "signal", "sync", "time"] }
tokio = { version = "1.39", features = ["io-util", "macros", "net", "rt-multi-thread", "signal", "sync", "time"] }
tokio-stream = { version = "0.1", features = ["net", "time"] }
async-stream = "0.3"
warp = { version = "0.3", features = ["tls"] }
Expand Down

0 comments on commit d675316

Please sign in to comment.