Skip to content

Commit 0738fb1

Browse files
chore(deps): bump serde_json from 1.0.140 to 1.0.145 (#98)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.140 to 1.0.145. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b6a576e commit 0738fb1

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
@@ -13,7 +13,7 @@ tracing-futures = "0.2"
1313
async-trait = "0.1.88"
1414
reqwest = { version = "0.12.24", features = ["json", "multipart", "stream"] }
1515
serde = { version = "1.0.219", features = ["derive"] }
16-
serde_json = "1.0.140"
16+
serde_json = "1.0.145"
1717
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
1818
tokio-util = { version = "0.7.15", features = ["codec"] }
1919
thiserror = "2.0.12"

0 commit comments

Comments
 (0)