Skip to content

Commit

Permalink
fix(deps): update rust crate if-addrs to 0.11.0 (#694)
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] authored Dec 6, 2023
1 parent c8c9491 commit d69b07c
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 4 deletions.
72 changes: 69 additions & 3 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 @@ -18,7 +18,7 @@ pty-process = { version = "0.4.0", features = ["async"] }
psutil = "3.2.2"
ring = "0.17.7"
figment = { version = "0.10", features = ["toml", "env"] }
if-addrs = "0.10.2"
if-addrs = "0.11.0"
zip = { version = "0.6.6", default-features = false, features = ["time"] }
walkdir = "2.4.0"
jsonwebtoken = { version = "9.2.0", default-features = false }
Expand Down

0 comments on commit d69b07c

Please sign in to comment.