Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.40.0
Browse files Browse the repository at this point in the history
renovate[bot] authored and PurpleBooth committed Aug 31, 2024
1 parent b36f9db commit d36ddbf
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
@@ -13,6 +13,6 @@ description = "Work out what your IP Address is"
clap = { version = "4.5.16", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
hickory-resolver = "0.24.1"
futures = "0.3.30"
tokio = { version = "1.39.3", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }
miette = { version = "7.2.0", features = ["fancy"] }
local-ip-address = "0.6.1"

0 comments on commit d36ddbf

Please sign in to comment.