From d22c6ae417e0937f989d05a891e2dc59c6c85316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:29:34 +0000 Subject: [PATCH] build(deps): Bump write_atomic from 0.7.1 to 0.8.0 Bumps [write_atomic](https://github.com/Blobfolio/write_atomic) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/Blobfolio/write_atomic/releases) - [Changelog](https://github.com/Blobfolio/write_atomic/blob/master/CHANGELOG.md) - [Commits](https://github.com/Blobfolio/write_atomic/compare/v0.7.1...v0.8.0) --- updated-dependencies: - dependency-name: write_atomic dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7cedf78..d995196 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2927,11 +2927,10 @@ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" [[package]] name = "write_atomic" -version = "0.7.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9eba5b2d53731b5db1531ca5f13d660f54117e48750645411712c91a0d007ba4" +checksum = "9ad917094fba03489aa25ff14dc8efc1ffcae43c02b632723525222cadac4c55" dependencies = [ - "filetime", "tempfile", ] diff --git a/Cargo.toml b/Cargo.toml index f4ac98b..26b487c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tokio = { version = "1", features = ["full"] } anyhow = "1" base64 = "0.23" dirs = "6" -write_atomic = "0.7" +write_atomic = "0.8" webbrowser = "1" uuid = { version = "1", features = ["v4"] } rpassword = "7"