aboutsummaryrefslogtreecommitdiffstats
path: root/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 /Cargo.toml
parentBump urlencoding from 1.1.1 to 1.3.1 (#125) (diff)
downloadatuin-87c9f61e2729e2959b7d48d5fa15191e552e5c82.zip
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 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f79c0e52..076670e2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ structopt = "0.3"
directories = "3"
indicatif = "0.16.0"
serde_derive = "1.0.125"
-serde = "1.0.125"
+serde = "1.0.126"
serde_json = "1.0.64"
tui = "0.15"
termion = "1.5"