From c854121f500cfaed4187bebccc33e96ab317719b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:12:28 +0000 Subject: [PATCH] chore(deps): bump sea-orm from 1.1.1 to 1.1.2 Bumps [sea-orm](https://github.com/SeaQL/sea-orm) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/SeaQL/sea-orm/releases) - [Changelog](https://github.com/SeaQL/sea-orm/blob/master/CHANGELOG.md) - [Commits](https://github.com/SeaQL/sea-orm/compare/1.1.1...1.1.2) --- updated-dependencies: - dependency-name: sea-orm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- netmito/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1426c4..c14d6e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3220,9 +3220,9 @@ dependencies = [ [[package]] name = "sea-orm" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5680a8b686985116607ef5f5af2b1f9e1cc2c228330e93101816a0baa279afa" +checksum = "3b24d72a69e89762982c29af249542b06c59fa131f87cc9d5b94be1f692b427a" dependencies = [ "async-stream", "async-trait", @@ -3265,9 +3265,9 @@ dependencies = [ [[package]] name = "sea-orm-macros" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a239e3bb1b566ad4ec2654d0d193d6ceddfd733487edc9c21a64d214c773910" +checksum = "0497f4fd82ecb2a222bea5319b9048f8ab58d4e734d095b062987acbcdeecdda" dependencies = [ "heck 0.4.1", "proc-macro2", diff --git a/netmito/Cargo.toml b/netmito/Cargo.toml index 7b0e85d..6d92fbf 100644 --- a/netmito/Cargo.toml +++ b/netmito/Cargo.toml @@ -41,7 +41,7 @@ redis = { workspace = true } reqwest = { version = "0.12.4", features = ["json", "stream"] } roxmltree = "0.20.0" rpassword = "7.3.1" -sea-orm = { version = "1.0.0", default-features = false, features = [ +sea-orm = { version = "1.1.2", default-features = false, features = [ "sqlx-postgres", "macros", "runtime-tokio-native-tls",