summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2022-12-18 18:10:41 +0000
committerEllie Huxtable <ellie@elliehuxtable.com>2022-12-18 18:10:41 +0000
commit47ec45d36ddea7a7ba8c05a480947ea7174f11cf (patch)
tree49e71ffc17c10e7e3a6f03a1d13652931b18a7aa
parentdcbe84b9af28740a83189c8e8387ab9460906b71 (diff)
parentf31df47a72531f0158cb51a08cc8647f0b2fa66c (diff)
Merge remote-tracking branch 'origin/dependabot/cargo/serde_json-1.0.91' into ellie/update-things
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
-rw-r--r--atuin-client/Cargo.toml2
-rw-r--r--atuin-server/Cargo.toml2
4 files changed, 5 insertions, 5 deletions
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"