summaryrefslogtreecommitdiffstats
path: root/atuin-server/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-03 07:59:12 +0100
committerGitHub <noreply@github.com>2022-05-03 07:59:12 +0100
commit7a394b0115c0e05a63ae7ac8b41f02a992fe3d45 (patch)
tree9fc3087afc03ae1e4e4e15a2cebed55c3e0b6762 /atuin-server/Cargo.toml
parentedd3f812553b7e227ed31d8150415583bdc3b496 (diff)
Bump serde from 1.0.136 to 1.0.137 (#375)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.137. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.136...v1.0.137) --- updated-dependencies: - dependency-name: serde 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/Cargo.toml')
-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 56f08d97e..c1427ff6a 100644
--- a/atuin-server/Cargo.toml
+++ b/atuin-server/Cargo.toml
@@ -17,7 +17,7 @@ eyre = "0.6"
uuid = { version = "1.0", features = ["v4"] }
whoami = "1.1.2"
config = "0.13"
-serde = { version = "1.0.126", features = ["derive"] }
+serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.80"
sodiumoxide = "0.2.6"
base64 = "0.13.0"