diff --git a/Cargo.lock b/Cargo.lock index 24ab7825..544234bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2192,9 +2192,9 @@ dependencies = [ [[package]] name = "os_info" -version = "3.9.0" +version = "3.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5ca711d8b83edbb00b44d504503cd247c9c0bd8b0fa2694f2a1a3d8165379ce" +checksum = "eb6651f4be5e39563c4fe5cc8326349eb99a25d805a3493f791d5bfd0269e430" dependencies = [ "log", "serde", diff --git a/Cargo.toml b/Cargo.toml index 003e4d01..b6a8e5f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ notify-rust = { version = "4.11.3", optional = true } nu-ansi-term = "0.50.1" open = "5.3.1" # update os module config and tests when upgrading os_info -os_info = "3.9.0" +os_info = "3.9.1" path-slash = "0.2.1" pest = "2.7.15" pest_derive = "2.7.15"