summaryrefslogtreecommitdiffstats
path: root/atuin-client
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-03 07:42:09 +0100
committerGitHub <noreply@github.com>2022-05-03 07:42:09 +0100
commit12440c1cb114093e2be3475328e78d5cb65fa4b2 (patch)
tree8fa0c398a908cf035acbe99724a1096976926b8a /atuin-client
parent731042f499203f5f77dc450f5b4570d75bd74a89 (diff)
Bump serde_json from 1.0.79 to 1.0.80 (#376)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.79 to 1.0.80. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.79...v1.0.80) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... 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')
-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 019187064..c099338fa 100644
--- a/atuin-client/Cargo.toml
+++ b/atuin-client/Cargo.toml
@@ -34,7 +34,7 @@ whoami = "1.1.2"
chrono-english = "0.1.4"
config = "0.13"
serde = { version = "1.0.126", features = ["derive"] }
-serde_json = "1.0.75"
+serde_json = "1.0.80"
parse_duration = "2.1.1"
async-trait = "0.1.49"
itertools = "0.10.3"