diff options
| -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" |
