Skip to content

Commit

Permalink
Bump the rust-minor-patch group with 1 update (#118)
Browse files Browse the repository at this point in the history
Bumps the rust-minor-patch group with 1 update: [serde](https://github.com/serde-rs/serde).

- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.188...v1.0.189)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 13, 2023
1 parent 7d5fe07 commit f1dcf4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ reqwest = { version = "0.11.22", default-features = false, features = ["rustls-t
sandkasten-client = { version = "0.1.6", default-features = false, features = ["reqwest", "poem-openapi"] }
schemas = { version = "2.0.0", path = "./schemas" }
sea-orm = { version = "0.12.3", default-features = false, features = ["sqlx-postgres", "runtime-tokio-rustls", "macros", "with-uuid", "with-chrono", "postgres-array"] }
serde = { version = "1.0.188", default-features = false, features = ["derive"] }
serde = { version = "1.0.189", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.107", default-features = false }
sha2 = { version = "0.10.8", default-features = false }
thiserror = { version = "1.0.49", default-features = false }
Expand Down

0 comments on commit f1dcf4e

Please sign in to comment.