From b97be6bd522649a7a1d99b3c34f39681a126ee77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 00:15:08 +0000 Subject: [PATCH] Bump once_cell from 1.8.0 to 1.16.0 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.8.0 to 1.16.0. - [Release notes](https://github.com/matklad/once_cell/releases) - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.8.0...v1.16.0) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90c7f09..81a3c63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1778,9 +1778,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.8.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" +checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860" [[package]] name = "ordered-float" diff --git a/Cargo.toml b/Cargo.toml index 3982ed7..59d2a09 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.16.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" ] }