summaryrefslogtreecommitdiffstats
path: root/atuin-server/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-14 22:34:48 +0100
committerGitHub <noreply@github.com>2021-05-14 22:34:48 +0100
commit87c9f61e2729e2959b7d48d5fa15191e552e5c82 (patch)
treecae8467bbc7c1551ac0a6f6d85ec2dcfd2ea50a2 /atuin-server/Cargo.toml
parent9303f482160a9f37ad43ede1896af9a52dc532fd (diff)
Bump serde from 1.0.125 to 1.0.126 (#124)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.125 to 1.0.126. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.125...v1.0.126) 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 2b68f480..14615aa0 100644
--- a/atuin-server/Cargo.toml
+++ b/atuin-server/Cargo.toml
@@ -22,7 +22,7 @@ whoami = "1.1.2"
chrono-english = "0.1.4"
config = "0.11"
serde_derive = "1.0.125"
-serde = "1.0.125"
+serde = "1.0.126"
serde_json = "1.0.64"
rmp-serde = "0.15.4"
unicode-width = "0.1"