From 2ce74723a8c8ebcfb5cb2e3ee79511d9b19bddd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 01:04:53 +0000 Subject: [PATCH] chore(deps)(deps): update fs4 requirement from 0.7 to 1.1 Updates the requirements on [fs4](https://github.com/al8n/fs4) to permit the latest version. - [Release notes](https://github.com/al8n/fs4/releases) - [Changelog](https://github.com/al8n/fs4/blob/main/CHANGELOG.md) - [Commits](https://github.com/al8n/fs4/compare/0.7.0...1.1.0) --- updated-dependencies: - dependency-name: fs4 dependency-version: 1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/octo-adapter-matrix-sdk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/octo-adapter-matrix-sdk/Cargo.toml b/crates/octo-adapter-matrix-sdk/Cargo.toml index 6c18dbd9..76941000 100644 --- a/crates/octo-adapter-matrix-sdk/Cargo.toml +++ b/crates/octo-adapter-matrix-sdk/Cargo.toml @@ -68,7 +68,7 @@ octo-matrix-onboard-core = { path = "../octo-matrix-onboard-core", optional = tr # atomic rename via fs::rename on a `.json.tmp` sibling file. # `libc` is needed for the `EWOULDBLOCK` / `EAGAIN` checks on Unix # `lock_exclusive` errors (fs4 surfaces these via `raw_os_error`). -fs4 = { version = "0.7", features = ["sync"] } +fs4 = { version = "1.1", features = ["sync"] } libc = "0.2" # Error type for the config writer. thiserror = { workspace = true }