Skip to content

Commit 6d87d88

Browse files
build(deps): 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] <support@github.com>
1 parent c852f86 commit 6d87d88

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
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
actix-web = "4.11.0"
88
serde = { version = "1.0.219", features = ["derive"] }
9-
serde_json = "1.0.143"
9+
serde_json = "1.0.145"
1010
reqwest = { version = "0.12.23", features = ["json"] }
1111
dotenv = "0.15.0"
1212
actix-cors = "0.7.1"

0 commit comments

Comments
 (0)