summaryrefslogtreecommitdiffstats
path: root/atuin-common
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 /atuin-common
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>
Diffstat (limited to 'atuin-common')
-rw-r--r--atuin-common/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }