summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-18 23:01:09 +0000
committerGitHub <noreply@github.com>2022-01-18 23:01:09 +0000
commit5005cf70c307428f60a8d848f2061d5151e52fdb (patch)
tree8d2a596e4a8cd03d3bfdb737b5537a7a0a2d573b
parent7fa3e1c0f4733d9af332ada3612343cb62195117 (diff)
Bump serde_json from 1.0.73 to 1.0.75 (#262)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.73 to 1.0.75. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.73...v1.0.75) --- 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.lock4
-rw-r--r--Cargo.toml2
-rw-r--r--atuin-client/Cargo.toml2
-rw-r--r--atuin-common/Cargo.toml2
-rw-r--r--atuin-server/Cargo.toml2
5 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e62ede5a..97e25830 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1807,9 +1807,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.73"
+version = "1.0.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bcbd0344bc6533bc7ec56df11d42fb70f1b912351c0825ccb7211b59d8af7cf5"
+checksum = "c059c05b48c5c0067d4b4b2b4f0732dd65feb52daf7e0ea09cd87e7dadc1af79"
dependencies = [
"itoa 1.0.1",
"ryu",
diff --git a/Cargo.toml b/Cargo.toml
index 8500ecd0..baebdfd6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ directories = "3"
indicatif = "0.16.2"
serde_derive = "1.0.125"
serde = "1.0.126"
-serde_json = "1.0.72"
+serde_json = "1.0.75"
tui = "0.16"
termion = "1.5"
unicode-width = "0.1"
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml
index 9ff216fe..3edd8756 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.72"
+serde_json = "1.0.75"
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 8222dbc6..78626b94 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.72"
+serde_json = "1.0.75"
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 fd0fc733..4cef7089 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.72"
+serde_json = "1.0.75"
rmp-serde = "0.15.5"
unicode-width = "0.1"
sodiumoxide = "0.2.6"