summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-12 15:43:26 +0000
committerGitHub <[email protected]>2024-08-12 15:43:26 +0000
commitfe056196c1433652f5298f5fdbb945f091ebda1b (patch)
tree0cb5ae929e849aadc668246ac98df3363c8542ea /Cargo.toml
parent3716635428790e249440c7bccb066581e1a852ac (diff)
crates: bump serde_json from 1.0.120 to 1.0.124 (#222)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.120 to 1.0.124. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.120...v1.0.124) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> 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 16fe6b8..5c12251 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ reqwest = { version = "0.12.5", default-features = false, features = [
"json",
] }
serde = "1.0.206"
-serde_json = "1.0.120"
+serde_json = "1.0.124"
tokio = { version = "1.38.1", features = [
"macros",
"rt-multi-thread",