summaryrefslogtreecommitdiffstats
path: root/atuin-client/Cargo.toml
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-client/Cargo.toml
parent936e51eb56355f57f381a721b0da859bbb2c7a45 (diff)
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-client/Cargo.toml')
-rw-r--r--atuin-client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"