Skip to content

Commit fbce8b3

Browse files
build(deps): bump serde_json from 1.0.141 to 1.0.142
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.141 to 1.0.142. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.141...v1.0.142) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.142 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d8102d commit fbce8b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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.141"
9+
serde_json = "1.0.142"
1010
reqwest = { version = "0.12.22", features = ["json"] }
1111
dotenv = "0.15.0"
1212
actix-cors = "0.7.1"

0 commit comments

Comments
 (0)