Skip to content

Commit

Permalink
fix(deps): update rust crate local-ip-address to 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2024
1 parent 4c58c3d commit 1eb21f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/transports/tcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ serde = { workspace = true }
log = { workspace = true }
futures-util = "0.3"
async-bincode = { version = "0.7.2", features = ["futures"], default-features = false }
local-ip-address = "0.5.6"
local-ip-address = "0.5.7"
snow = "0.9.4"
2 changes: 1 addition & 1 deletion packages/transports/udp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ serde = { workspace = true }
futures-util = "0.3"
async-notify = { workspace = true }
socket2 = "0.5.5"
local-ip-address = "0.5.6"
local-ip-address = "0.5.7"
snow = "0.9.4"

0 comments on commit 1eb21f4

Please sign in to comment.