Skip to content

Commit

Permalink
Bump serde_json from 1.0.128 to 1.0.133 in /examples/project
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.128 to 1.0.133.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.128...v1.0.133)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
1 parent 7d782a1 commit 6ffdf8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/project/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/project/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ actix-files = { version = "0.6.2", optional = true }
actix-web = { version = "4.2.1", features = ["macros"], optional = true }
futures = { version = "0.3.31", optional = true }
simple_logger = { version = "5.0.0", optional = true }
serde_json = { version = "1.0.128", optional = true }
serde_json = { version = "1.0.133", optional = true }
reqwest = { version = "0.12.8", features = ["json"], optional = true }
leptos_actix = { version = "0.6.7", optional = true }
# leptos_actix = { version = "0.1.0-beta", optional = true }
Expand Down

0 comments on commit 6ffdf8f

Please sign in to comment.