summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-03 12:43:56 -0400
committerGitHub <noreply@github.com>2023-06-03 12:43:56 -0400
commit4ab08caf170719be06aba136b06d93a737ffc43c (patch)
tree98822120c01fcb2b0917a2ccbdf004658406a73a /Cargo.toml
parent79e4ba9ba0d59543a20f6ac0b89f5cc83b3b98c3 (diff)
Bump serde from 1.0.152 to 1.0.163 (#1415)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.152 to 1.0.163. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.152...v1.0.163) --- 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 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d23f118..a5ea944 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ lazy_static = "1.4"
palette = "0.7.2"
pathdiff = "0.2.1"
regex = "1.7.1"
-serde = { version = "1.0.152", features = ["derive"] }
+serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
shell-words = "1.0.0"
smol_str = "0.1.24"