diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-11 00:23:54 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-11 00:23:54 +0000 |
| commit | 6daaeb22b0124c5262286a01fd9e69be3eb19604 (patch) | |
| tree | be94fa0bf753b3daa73a1c4d96ccad26b37a5ad6 | |
| parent | Bump itertools from 0.10.1 to 0.10.3 (#236) (diff) | |
| download | atuin-6daaeb22b0124c5262286a01fd9e69be3eb19604.zip | |
Bump serde_json from 1.0.64 to 1.0.72 (#219)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.64 to 1.0.72.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.64...v1.0.72)
---
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>
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | atuin-client/Cargo.toml | 2 | ||||
| -rw-r--r-- | atuin-common/Cargo.toml | 2 | ||||
| -rw-r--r-- | atuin-server/Cargo.toml | 2 |
5 files changed, 6 insertions, 6 deletions
@@ -1881,9 +1881,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.64" +version = "1.0.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" +checksum = "d0ffa0837f2dfa6fb90868c2b5468cad482e175f7dad97e7421951e663f2b527" dependencies = [ "itoa", "ryu", @@ -42,7 +42,7 @@ directories = "3" indicatif = "0.16.2" serde_derive = "1.0.125" serde = "1.0.126" -serde_json = "1.0.64" +serde_json = "1.0.72" tui = "0.16" termion = "1.5" unicode-width = "0.1" diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index 25c2de52..ab0f24c9 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -25,7 +25,7 @@ chrono-english = "0.1.4" config = "0.11" serde_derive = "1.0.125" serde = "1.0.126" -serde_json = "1.0.64" +serde_json = "1.0.72" rmp-serde = "0.15.5" sodiumoxide = "0.2.6" reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls"], default-features = false } diff --git a/atuin-common/Cargo.toml b/atuin-common/Cargo.toml index b2db9fab..2d8a5eeb 100644 --- a/atuin-common/Cargo.toml +++ b/atuin-common/Cargo.toml @@ -17,7 +17,7 @@ chrono = { version = "0.4", features = ["serde"] } eyre = "0.6" serde_derive = "1.0.125" serde = "1.0.126" -serde_json = "1.0.64" +serde_json = "1.0.72" rmp-serde = "0.15.5" warp = "0.3" uuid = { version = "0.8", features = ["v4"] } diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 34feccc5..89c2755e 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -23,7 +23,7 @@ chrono-english = "0.1.4" config = "0.11" serde_derive = "1.0.125" serde = "1.0.126" -serde_json = "1.0.64" +serde_json = "1.0.72" rmp-serde = "0.15.5" unicode-width = "0.1" sodiumoxide = "0.2.6" |
