diff --git a/Cargo.lock b/Cargo.lock index ae4ec50..dfd9100 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -235,9 +235,9 @@ dependencies = [ [[package]] name = "dirs" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" +checksum = "8d57d423b3c82e89b9a24ca3091fee61f456a26edbd28d26c65906f4bc1dcd8f" dependencies = [ "dirs-sys", ] diff --git a/Cargo.toml b/Cargo.toml index 6849dbc..99c0670 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ tracing = { version = "0.1", default-features = false, features = ["std"] } rusqlite = { version = "0.40", features = ["bundled"] } # Locating a user's home directory, to find the version-manager shim # directories a desktop launch's stripped PATH leaves out. -dirs = "6" +dirs = "7" # PKCE code challenges. The authorization-code flow hashes its verifier with # SHA-256 and nothing else in the tree needs a digest. sha2 = "0.11"