diff --git a/Cargo.lock b/Cargo.lock index 90c7f09..5d2b1c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1452,9 +1452,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.14" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" +checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8" dependencies = [ "cfg-if 1.0.0", ] diff --git a/Cargo.toml b/Cargo.toml index 3982ed7..134bc7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ crossbeam-channel = "0.5.1" iced = { version = "0.3.0", features = [ "tokio" ] } iced_aw = { git = "https://github.com/iced-rs/iced_aw", rev = "3dfce43396af457aaee835dbe281663a41a261ab", default-features = false, features = [ "tabs" ] } iphlpapi = { git = "https://github.com/adumbidiot/iphlpapi-rs", rev = "8595667546ef2e626c7a4057796d1f7d40f3b469" } -log = "0.4.14" +log = "0.4.16" macaddr = "1.0.1" netcon = { path = "lib/netcon-rs" } once_cell = "1.8.0"