diff --git a/Cargo.lock b/Cargo.lock index fab003a9..16fde95c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -713,9 +713,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223" +checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee" dependencies = [ "autocfg", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index 8f0fd67a..30242b8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ dirs-next = "2.0.0" dunce = "1.0.2" gethostname = "0.2.3" git2 = { version = "0.14.2", default-features = false } -indexmap = { version = "1.8.0", features = ["serde"] } +indexmap = { version = "1.8.1", features = ["serde"] } local_ipaddress = "0.1.3" log = { version = "0.4.16", features = ["std"] } notify-rust = "4.5.8"