diff --git a/Cargo.lock b/Cargo.lock index 8f501999..3cc36c34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1886,9 +1886,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.79" +version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95" +checksum = "f972498cf015f7c0746cac89ebe1d6ef10c293b94175a243a2d9442c163d9944" dependencies = [ "itoa 1.0.1", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 67e7827f..9ab470b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ eyre = "0.6" directories = "4" indicatif = "0.16.2" serde = { version = "1.0.126", features = ["derive"] } -serde_json = "1.0.75" +serde_json = "1.0.80" tui = { version = "0.18", default-features = false, features = ["termion"] } termion = "1.5" unicode-width = "0.1" 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" diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 4087dcd4..56f08d97 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -18,7 +18,7 @@ uuid = { version = "1.0", features = ["v4"] } whoami = "1.1.2" config = "0.13" serde = { version = "1.0.126", features = ["derive"] } -serde_json = "1.0.75" +serde_json = "1.0.80" sodiumoxide = "0.2.6" base64 = "0.13.0" rand = "0.8.4"