aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-server
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-03 07:42:09 +0100
committerGitHub <noreply@github.com>2022-05-03 07:42:09 +0100
commit12440c1cb114093e2be3475328e78d5cb65fa4b2 (patch)
tree8fa0c398a908cf035acbe99724a1096976926b8a /atuin-server
parentBump tower-http from 0.3.1 to 0.3.2 (#378) (diff)
downloadatuin-12440c1cb114093e2be3475328e78d5cb65fa4b2.zip
Bump serde_json from 1.0.79 to 1.0.80 (#376)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.79 to 1.0.80. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.79...v1.0.80) --- 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-server')
-rw-r--r--atuin-server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"