diff --git a/client/Cargo.lock b/client/Cargo.lock index 09a6ee18..dba51714 100644 --- a/client/Cargo.lock +++ b/client/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" @@ -627,9 +627,9 @@ checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" [[package]] name = "itertools" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" dependencies = [ "either", ] diff --git a/client/hwlib/Cargo.toml b/client/hwlib/Cargo.toml index fc78cbcd..f4391db1 100644 --- a/client/hwlib/Cargo.toml +++ b/client/hwlib/Cargo.toml @@ -28,7 +28,7 @@ smbios-lib = "0.9.0" regex = "1.10.0" time = { version = "~0.3.0", features = ["macros" ,"parsing", "formatting"]} anyhow = "~1.0.0" -itertools = "0.13.0" +itertools = "0.14.0" lazy_static = "1.5.0" [dev-dependencies]