summaryrefslogtreecommitdiffstats
path: root/atuin-common/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-common/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-common/Cargo.toml')
-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 cf641c45..361e1f11 100644
--- a/atuin-common/Cargo.toml
+++ b/atuin-common/Cargo.toml
@@ -16,7 +16,7 @@ sodiumoxide = "0.2.6"
chrono = { version = "0.4", features = ["serde"] }
eyre = "0.6"
serde_derive = "1.0.125"
-serde = "1.0.125"
+serde = "1.0.126"
serde_json = "1.0.64"
rmp-serde = "0.15.4"
warp = "0.3"