Skip to content

Commit 388ba50

Browse files
Bump serde_json from 1.0.143 to 1.0.145
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.143 to 1.0.145. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.143...v1.0.145) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.145 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6d020bd commit 388ba50

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

Cargo.lock

Lines changed: 17 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ async-graphql-parser = { path = "parser", version = "7.0.17" }
148148
async-graphql-value = { path = "value", version = "7.0.17" }
149149

150150
serde = { version = "1.0.197", features = ["derive"] }
151-
serde_json = "1.0.115"
151+
serde_json = "1.0.145"
152152
indexmap = { version = "2", features = ["serde"] }
153153
bytes = { version = "1.6.0", features = ["serde"] }
154154
thiserror = "2.0.16"

0 commit comments

Comments
 (0)