From 12440c1cb114093e2be3475328e78d5cb65fa4b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 07:42:09 +0100 Subject: 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- atuin-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atuin-client') diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index 01918706..c099338f 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" -- cgit v1.3.1