Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #20 from pwnwriter/dependabot/cargo/tokio-1.35.1
Browse files Browse the repository at this point in the history
chore(deps): bump tokio from 1.35.0 to 1.35.1
  • Loading branch information
pwnwriter authored Dec 21, 2023
2 parents 5073d7b + ed61212 commit d7d95cb
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 @@ -17,7 +17,7 @@ reqwest = { version = "0.11.23", default-features = false, features = ["rustls-t
spinoff = { version = "0.8.0", features = ["dots", "arc", "line"] }
clap = { version = "4.4.11", features = ["string", "derive"] }
serde = { version = "1.0.193", features = ["derive"] }
tokio = { version = "1.35.0", features = ["full"] }
tokio = { version = "1.35.1", features = ["full"] }
async-recursion = "1.0.5"
anyhow = "1.0.75"
colored = "2.1.0"
Expand Down

0 comments on commit d7d95cb

Please sign in to comment.