Skip to content

Commit

Permalink
Merge pull request #265 from brave/dependabot/cargo/tokio-1.24.2
Browse files Browse the repository at this point in the history
Bump tokio from 1.23.1 to 1.24.2
  • Loading branch information
antonok-edm authored Feb 18, 2023
2 parents c8346b5 + 8eea982 commit 958a7e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -52,7 +52,7 @@ serde_json = "1.0"
# By default, reqwest builds openssl from source, which fails on missing/incompatible system dependencies
reqwest = { version = "0.11", features = ["rustls-tls"], default-features = false }
futures = "0.3"
tokio = { version = "1.23", features = ["rt-multi-thread"] }
tokio = { version = "1.24", features = ["rt-multi-thread"] }
sha2 = "0.9"

[lib]
Expand Down

0 comments on commit 958a7e9

Please sign in to comment.