diff --git a/Cargo.lock b/Cargo.lock index 6585385d..6c47c1d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -874,9 +874,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.9.0" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c6392766afd7964e2531940894cffe4bd8d7d17dbc3c1c4857040fd4b33bdb3" +checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" dependencies = [ "autocfg", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index de04b086..798ba841 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ dirs-next = "2.0.0" dunce = "1.0.2" gethostname = "0.2.3" git2 = { version = "0.14.4", default-features = false } -indexmap = { version = "1.9.0", features = ["serde"] } +indexmap = { version = "1.9.1", features = ["serde"] } local_ipaddress = "0.1.3" log = { version = "0.4.16", features = ["std"] } # nofity-rust is optional (on by default) because the crate doesn't currently build for darwin with nix