diff --git a/Cargo.lock b/Cargo.lock index 22ed961..69379c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1691,11 +1691,11 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "home" -version = "0.5.9" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" +checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -2053,7 +2053,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 7a5e329..740645d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ const_format = { version = "0.2", features = ["more_str_macros"] } display_json = { version = "0.2" } fast_poisson = { version = "1.0", features = ["single_precision"] } figment = { version = "0.10", features = ["env", "test"] } -home = { version = "0.5.9" } +home = { version = "0.5.11" } image = { version = "0.25", default-features = false, features = [ "jpeg", "png",