From c30cc552787d8ce8e1e8b3a35b9e10ce638dfd73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 19:13:41 +0000 Subject: [PATCH] Bump fs-err from 3.0.0 to 3.1.0 Bumps [fs-err](https://github.com/andrewhickman/fs-err) from 3.0.0 to 3.1.0. - [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md) - [Commits](https://github.com/andrewhickman/fs-err/compare/3.0.0...3.1.0) --- updated-dependencies: - dependency-name: fs-err dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- example/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d596277..41434dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -247,9 +247,9 @@ dependencies = [ [[package]] name = "fs-err" -version = "3.0.0" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bb60e7409f34ef959985bc9d9c5ee8f5db24ee46ed9775850548021710f807f" +checksum = "1f89bda4c2a21204059a977ed3bfe746677dfd137b83c339e702b0ac91d482aa" dependencies = [ "autocfg", ] diff --git a/example/Cargo.toml b/example/Cargo.toml index fc4c481..7aded99 100644 --- a/example/Cargo.toml +++ b/example/Cargo.toml @@ -15,7 +15,7 @@ tokio = { version = "1.43", features = ["rt-multi-thread", "macros"] } [build-dependencies] twirp-build = { path = "../crates/twirp-build" } -fs-err = "3.0" +fs-err = "3.1" glob = "0.3.0" prost-build = "0.13" prost-wkt-build = "0.6"