summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-01 15:53:58 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-01-01 15:56:45 +0000
commit0360be1df0396b8ec1fdfb2ba806931e19c02972 (patch)
tree3fd13f1d570948e1e47f0145484665a111eb9083 /Cargo.toml
parent216583c14368c0a6b0cebecd71f2bf1d504c3cf7 (diff)
deps(crates): bump serde_json from 1.0.108 to 1.0.109
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.108 to 1.0.109. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.108...v1.0.109) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
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 cde19f4..15e3320 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ reqwest = { version = "0.11.23", default-features = false, features = [
"json",
] }
serde = "1.0.193"
-serde_json = "1.0.108"
+serde_json = "1.0.109"
tokio = { version = "1.35.1", features = [
"macros",
"rt-multi-thread",