From 32af2fe2c9ffca30dd611b31ec5fec37c402d6ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 01:24:05 +0000 Subject: [PATCH] Bump sea-query from 0.30.0 to 0.30.7 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](https://github.com/SeaQL/sea-query/compare/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] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f7b10d..e0439e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -824,15 +824,15 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.26" +version = "0.4.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" +checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" dependencies = [ "android-tzdata", "iana-time-zone", "num-traits", "serde", - "winapi", + "windows-targets", ] [[package]] @@ -2788,9 +2788,9 @@ dependencies = [ [[package]] name = "sea-query" -version = "0.30.0" +version = "0.30.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6aeb899964df7038e7274306b742951b82a04f835bca8a4683a4c254a6bf35fa" +checksum = "4166a1e072292d46dc91f31617c2a1cdaf55a8be4b5c9f4bf2ba248e3ac4999b" dependencies = [ "chrono", "derivative", diff --git a/Cargo.toml b/Cargo.toml index 099206d..ef5a6f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }