Skip to content

Commit

Permalink
Bump the rust-minor-patch group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the rust-minor-patch group with 2 updates: [sea-orm](https://github.com/SeaQL/sea-orm) and [sea-orm-migration](https://github.com/SeaQL/sea-orm).


Updates `sea-orm` from 0.12.2 to 0.12.3
- [Release notes](https://github.com/SeaQL/sea-orm/releases)
- [Changelog](https://github.com/SeaQL/sea-orm/blob/master/CHANGELOG.md)
- [Commits](SeaQL/sea-orm@0.12.2...0.12.3)

Updates `sea-orm-migration` from 0.12.2 to 0.12.3
- [Release notes](https://github.com/SeaQL/sea-orm/releases)
- [Changelog](https://github.com/SeaQL/sea-orm/blob/master/CHANGELOG.md)
- [Commits](SeaQL/sea-orm@0.12.2...0.12.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 913c923 commit ec783be
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 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 @@ -32,7 +32,7 @@ redis = { version = "0.23.3", default-features = false, features = ["tokio-comp"
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls", "blocking", "json"] }
sandkasten-client = { version = "0.1.6", default-features = false, features = ["reqwest", "poem-openapi"] }
schemas = { version = "0.1.0", path = "./schemas" }
sea-orm = { version = "0.12.2", default-features = false, features = ["sqlx-postgres", "runtime-tokio-rustls", "macros", "with-uuid", "with-chrono", "postgres-array"] }
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_json = { version = "1.0.107", default-features = false }
sha2 = { version = "0.10.7", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ publish = false
[dependencies]
lib = { workspace = true }
sea-orm = { workspace = true }
sea-orm-migration = { version = "0.12.2", default-features = false, features = ["sqlx-postgres", "runtime-tokio-rustls", "cli", "with-uuid", "with-chrono" ] }
sea-orm-migration = { version = "0.12.3", default-features = false, features = ["sqlx-postgres", "runtime-tokio-rustls", "cli", "with-uuid", "with-chrono" ] }
tokio = { workspace = true }

0 comments on commit ec783be

Please sign in to comment.