Skip to content

Commit

Permalink
Bump serde from 1.0.213 to 1.0.214 in /api
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.213 to 1.0.214.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.213...v1.0.214)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and chitoku-k committed Nov 1, 2024
1 parent 0136f5b commit 6cc765b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions api/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 api/crates/application/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ optional = true
version = "7.0.0"

[dependencies.serde]
version = "1.0.213"
version = "1.0.214"

[dependencies.thiserror]
version = "1.0.66"
Expand Down
2 changes: 1 addition & 1 deletion api/crates/domain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ version = "0.5.3"
version = "2.3.1"

[dependencies.serde]
version = "1.0.213"
version = "1.0.214"
features = ["derive"]

[dependencies.thiserror]
Expand Down
2 changes: 1 addition & 1 deletion api/crates/graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ workspace = true
version = "0.5.3"

[dependencies.serde]
version = "1.0.213"
version = "1.0.214"
features = ["derive"]

[dependencies.serde_json]
Expand Down
2 changes: 1 addition & 1 deletion api/crates/postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ version = "0.7.0"
features = ["postgres-array", "sqlx-postgres", "with-chrono", "with-json", "with-uuid"]

[dependencies.serde]
version = "1.0.213"
version = "1.0.214"
features = ["derive"]

[dependencies.serde_json]
Expand Down

0 comments on commit 6cc765b

Please sign in to comment.