Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.39.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 25, 2024
1 parent 37e3f4d commit aeb27d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2", features = ["full"] }
tokio = { version = "1.39.3", features = ["full"] }
miette = { version = "7.2.0", features = ["fancy"] }
local-ip-address = "0.6.1"

0 comments on commit aeb27d5

Please sign in to comment.