diff --git a/Cargo.lock b/Cargo.lock index e8a9027c..f65f2492 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1785,9 +1785,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.86" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074" +checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 3a9627dc..e6d29b32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ eyre = "0.6" directories = "4" indicatif = "0.17.1" serde = { version = "1.0.145", features = ["derive"] } -serde_json = "1.0.86" +serde_json = "1.0.91" tui = { version = "0.19", 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 bdd72a5a..f60ea6ac 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -34,7 +34,7 @@ whoami = "1.1.2" interim = { version = "0.1.0", features = ["chrono"] } config = { version = "0.13", default-features = false, features = ["toml"] } serde = { version = "1.0.145", features = ["derive"] } -serde_json = "1.0.86" +serde_json = "1.0.91" parse_duration = "2.1.1" async-trait = "0.1.58" itertools = "0.10.5" diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 0dddf841..13967ded 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -18,7 +18,7 @@ uuid = { version = "1.2", features = ["v4"] } whoami = "1.1.2" config = { version = "0.13", default-features = false, features = ["toml"] } serde = { version = "1.0.145", features = ["derive"] } -serde_json = "1.0.86" +serde_json = "1.0.91" sodiumoxide = "0.2.6" base64 = "0.20.0" rand = "0.8.4"