diff --git a/Cargo.lock b/Cargo.lock index f5712ea..a2ffa91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1176,9 +1176,9 @@ checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" [[package]] name = "local-ip-address" -version = "0.5.6" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66357e687a569abca487dc399a9c9ac19beb3f13991ed49f00c144e02cbd42ab" +checksum = "b435d7dd476416a905f9634dff8c330cee8d3168fdd1fbd472a17d1a75c00c3e" dependencies = [ "libc", "neli", diff --git a/tools/benchbot/Cargo.toml b/tools/benchbot/Cargo.toml index b4449ba..e50e505 100644 --- a/tools/benchbot/Cargo.toml +++ b/tools/benchbot/Cargo.toml @@ -21,7 +21,7 @@ auth.workspace = true game.workspace = true pretty-hex = "0.3" -local-ip-address = "0.5" +local-ip-address = "0.6" [dependencies.tracing-subscriber]