summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-04 04:06:58 -0400
committerGitHub <noreply@github.com>2022-08-04 04:06:58 -0400
commitd97b9110d029d689eb499dc2cec257365a2ef36e (patch)
tree78a096be96548298bf1af78092972499863dba6e /Cargo.toml
parent952a1729f2a27b87aeb6cc07fef9d1b065e62f8e (diff)
build: bump serde_json from 1.0.82 to 1.0.83 (#4230)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.82 to 1.0.83. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.82...v1.0.83) --- updated-dependencies: - dependency-name: serde_json 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 8fd63706f..89c38ae16 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -63,7 +63,7 @@ regex = "1.6.0"
rust-ini = "0.18.0"
semver = "1.0.13"
serde = { version = "1.0.142", features = ["derive"] }
-serde_json = "1.0.82"
+serde_json = "1.0.83"
sha-1 = "0.10.0"
shadow-rs = "0.16.1"
# battery is optional (on by default) because the crate doesn't currently build for Termux