aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-server
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 /atuin-server
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>
Diffstat (limited to 'atuin-server')
-rw-r--r--atuin-server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }