summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-16 18:39:16 +0000
committerGitHub <noreply@github.com>2022-12-16 18:39:16 +0000
commit2422e347279c88144c7bdfa8c510912dd8b2f2ce (patch)
tree11d1d8e06f30f36f4bcaadd3911347a0351d457d
parent4c6a287f4d18161ed263bb37905edb2566f81245 (diff)
Bump fs-err from 2.8.1 to 2.9.0
Bumps [fs-err](https://github.com/andrewhickman/fs-err) from 2.8.1 to 2.9.0. - [Release notes](https://github.com/andrewhickman/fs-err/releases) - [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md) - [Commits](https://github.com/andrewhickman/fs-err/compare/2.8.1...2.9.0) --- updated-dependencies: - dependency-name: fs-err dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
-rw-r--r--atuin-client/Cargo.toml2
-rw-r--r--atuin-server/Cargo.toml2
4 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ccc1a598..72da753c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -638,9 +638,9 @@ dependencies = [
[[package]]
name = "fs-err"
-version = "2.8.1"
+version = "2.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50"
+checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"
[[package]]
name = "futures-channel"
diff --git a/Cargo.toml b/Cargo.toml
index 062a4f19..eef0035f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -68,7 +68,7 @@ base64 = "0.13.0"
crossbeam-channel = "0.5.1"
clap = { version = "4.0.18", features = ["derive"] }
clap_complete = "4.0.3"
-fs-err = "2.7"
+fs-err = "2.9"
whoami = "1.1.2"
rpassword = "7.0"
semver = "1.0.14"
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml
index 70a25ed3..39550e7b 100644
--- a/atuin-client/Cargo.toml
+++ b/atuin-client/Cargo.toml
@@ -46,7 +46,7 @@ sqlx = { version = "0.6", features = [
] }
minspan = "0.1.1"
regex = "1.5.4"
-fs-err = "2.7"
+fs-err = "2.9"
sql-builder = "3"
lazy_static = "1"
memchr = "2.5"
diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml
index 9d29cee9..dcb06e53 100644
--- a/atuin-server/Cargo.toml
+++ b/atuin-server/Cargo.toml
@@ -31,7 +31,7 @@ sqlx = { version = "0.6", features = [
async-trait = "0.1.58"
axum = "0.5"
http = "0.2"
-fs-err = "2.7"
+fs-err = "2.9"
chronoutil = "0.2.3"
tower = "0.4"
tower-http = { version = "0.3", features = ["trace"] }