diff --git a/Cargo.lock b/Cargo.lock index 96326fa..4238f82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1016,11 +1016,11 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "home" -version = "0.5.5" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" +checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 1ef9af4..ee53970 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ num = "0.4.1" rand = { version = "0.8.5", features = ["small_rng"] } -home = "0.5.5" +home = "0.5.9" notify = "6.1.1"