aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-21 13:29:33 +0100
committerGitHub <noreply@github.com>2025-04-21 13:29:33 +0100
commit2f5fe5cc7b89856583fb7bdbbe6e237539663e3f (patch)
treee7e568054f2682c864816e2bb793f3fcc7a7b20e
parentchore: fix typos (#2668) (diff)
downloadatuin-2f5fe5cc7b89856583fb7bdbbe6e237539663e3f.zip
chore(deps): bump fs-err from 2.11.0 to 3.1.0 (#2709)
Bumps [fs-err](https://github.com/andrewhickman/fs-err) from 2.11.0 to 3.1.0. - [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md) - [Commits](https://github.com/andrewhickman/fs-err/compare/2.11.0...3.1.0) --- updated-dependencies: - dependency-name: fs-err dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock17
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 14 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7af21535..1aea1c5e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -239,7 +239,7 @@ dependencies = [
"colored",
"crossterm",
"eyre",
- "fs-err 2.11.0",
+ "fs-err",
"futures-util",
"fuzzy-matcher",
"indicatif",
@@ -279,7 +279,7 @@ dependencies = [
"crypto_secretbox",
"directories",
"eyre",
- "fs-err 2.11.0",
+ "fs-err",
"futures",
"generic-array",
"hex",
@@ -429,7 +429,7 @@ dependencies = [
"axum-server",
"config",
"eyre",
- "fs-err 2.11.0",
+ "fs-err",
"metrics",
"metrics-exporter-prometheus",
"postmark",
@@ -545,7 +545,7 @@ checksum = "495c05f60d6df0093e8fb6e74aa5846a0ad06abaf96d76166283720bf740f8ab"
dependencies = [
"arc-swap",
"bytes",
- "fs-err 3.1.0",
+ "fs-err",
"http 1.3.1",
"http-body 1.0.1",
"hyper 1.6.0",
@@ -1484,15 +1484,6 @@ dependencies = [
[[package]]
name = "fs-err"
-version = "2.11.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41"
-dependencies = [
- "autocfg",
-]
-
-[[package]]
-name = "fs-err"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f89bda4c2a21204059a977ed3bfe746677dfd137b83c339e702b0ac91d482aa"
diff --git a/Cargo.toml b/Cargo.toml
index 9deb8cff..32d98d42 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ clap = { version = "4.5.7", features = ["derive"] }
config = { version = "0.15.8", default-features = false, features = ["toml"] }
directories = "5.0.1"
eyre = "0.6"
-fs-err = "2.9"
+fs-err = "3.1"
interim = { version = "0.2.0", features = ["time_0_3"] }
itertools = "0.13.0"
rand = { version = "0.8.5", features = ["std"] }