summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-25 05:38:57 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-25 05:59:49 +0000
commita2058b791a894f3cdc369d198f537e08dd920fd8 (patch)
tree5ac7611554de328caca33b9b367b3557c95506a2 /Cargo.toml
parent70a72c465c35ff77684e19a5813a6f0d4e2693cb (diff)
build(deps): bump serde from 1.0.120 to 1.0.122
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.120 to 1.0.122. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.120...v1.0.122) Signed-off-by: dependabot-preview[bot] <support@dependabot.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 b8e1efa81..df1b73583 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -60,7 +60,7 @@ unicode-width = "0.1.8"
term_size = "0.3.2"
quick-xml = "0.20.0"
rand = "0.8.2"
-serde = { version = "1.0.120", features = ["derive"] }
+serde = { version = "1.0.122", features = ["derive"] }
indexmap = "1.6.1"
notify-rust = { version = "4.2.2", optional = true }
semver = "0.11.0"