Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.37.0 (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent 0835246 commit c87a48a
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 @@ -9,7 +9,7 @@ edition = "2021"
dotenv = "0.15.0"
hex = "0.4.3"
magic-crypt = "3.1.13"
tokio = { version = "1", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }
warp = "0.3.7"
reqwest = { version = "0.12", features = ["json"] }
openssl = { version = "0.10.64", features = ["vendored"] }
Expand Down

0 comments on commit c87a48a

Please sign in to comment.