Skip to content

Commit 4e76f0d

Browse files
build(deps): bump serde_json from 1.0.145 to 1.0.149
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.145 to 1.0.149. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.149) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 598f089 commit 4e76f0d

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Cargo.lock

Lines changed: 9 additions & 3 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.226", features = ["derive"] }
9-
serde_json = "1.0.145"
9+
serde_json = "1.0.149"
1010
reqwest = { version = "0.12.23", features = ["json"] }
1111
dotenv = "0.15.0"
1212
actix-cors = "0.7.1"

0 commit comments

Comments
 (0)