aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-10 09:34:50 +0000
committerGitHub <noreply@github.com>2023-02-10 09:34:50 +0000
commitec2443773578ed030ae8020cc04f0f41c6056762 (patch)
treeef4fffe327db335bd8b9268d454e554af2932460
parentUpdate README.md (#704) (diff)
downloadatuin-ec2443773578ed030ae8020cc04f0f41c6056762.zip
Bump fs-err from 2.8.1 to 2.9.0 (#604)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 eb9081dd..4278805b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -647,9 +647,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 574dc55e..88290e8f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -68,7 +68,7 @@ base64 = "0.20.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 a08926ce..5bbd6235 100644
--- a/atuin-client/Cargo.toml
+++ b/atuin-client/Cargo.toml
@@ -47,7 +47,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 0dddf841..bf416b0b 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"] }