Skip to content

Commit

Permalink
Bump sea-query from 0.30.0 to 0.30.7
Browse files Browse the repository at this point in the history
Bumps [sea-query](https://github.com/SeaQL/sea-query) from 0.30.0 to 0.30.7.
- [Release notes](https://github.com/SeaQL/sea-query/releases)
- [Changelog](https://github.com/SeaQL/sea-query/blob/master/CHANGELOG.md)
- [Commits](SeaQL/sea-query@0.30.0...0.30.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 6d9fff8 commit 32af2fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -71,7 +71,7 @@ rand = { version = "0.8.5", features = ["min_const_gen"] }
rand_chacha = { version = "0.3.1", features = ["simd"] }
rand_distr = "0.4.3"
sea-orm = { version = "0.12.2", default-features = false, features = ["macros", "runtime-tokio-native-tls", "with-chrono"] }
sea-query = { version = "0.30.0", default-features = false, features = ["thread-safe", "with-chrono"] }
sea-query = { version = "0.30.7", default-features = false, features = ["thread-safe", "with-chrono"] }
serde = { version = "1.0.182", features = ["derive"] }
syslog-tracing = "0.2.0"
tokio = { version = "1.29.1", features = ["fs", "macros", "parking_lot", "rt-multi-thread", "signal", "time"] }
Expand Down

0 comments on commit 32af2fe

Please sign in to comment.