diff --git a/Cargo.lock b/Cargo.lock index 90c7f09..d2ab473 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1778,9 +1778,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.8.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" +checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" [[package]] name = "ordered-float" diff --git a/Cargo.toml b/Cargo.toml index 3982ed7..a2c4579 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ iphlpapi = { git = "https://github.com/adumbidiot/iphlpapi-rs", rev = "859566754 log = "0.4.14" macaddr = "1.0.1" netcon = { path = "lib/netcon-rs" } -once_cell = "1.8.0" +once_cell = "1.17.0" serde = { version = "1.0.127", features = [ "derive" ] } skylight = { git = "https://github.com/adumbidiot/skylight-rs", features = [ "objbase", "shlobj" ] } tokio = { version = "1.10.0", features = [ "sync" ] }