From fe8d73071b0472dcb8b97387ffaeb2f401c8b5e1 Mon Sep 17 00:00:00 2001 From: drklee3 Date: Tue, 26 Dec 2023 20:37:45 -0800 Subject: [PATCH] chore(sushii): Bump sushii to v0.2.43 --- Cargo.lock | 2 +- sushii-2/Cargo.toml | 31 +++++++++++++++++++++++++------ 2 files changed, 26 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c3e08c..44db85b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3267,7 +3267,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "sushii-2" -version = "0.2.42" +version = "0.2.43" dependencies = [ "async-trait", "chrono", diff --git a/sushii-2/Cargo.toml b/sushii-2/Cargo.toml index 84e28fa..5ca419f 100644 --- a/sushii-2/Cargo.toml +++ b/sushii-2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sushii-2" -version = "0.2.42" +version = "0.2.43" authors = ["drklee3 "] edition = "2018" build = "build.rs" @@ -22,14 +22,24 @@ num-format = "0.4" num-traits = "0.2.14" rand = "0.7.3" regex = "1.3" -reqwest = { version = "0.11", features = [ "json" ] } -sentry = {version = "0.22", default-features= false, features = ["backtrace", "contexts", "panic", "reqwest", "rustls"]} +reqwest = { version = "0.11", features = ["json"] } +sentry = { version = "0.22", default-features = false, features = [ + "backtrace", + "contexts", + "panic", + "reqwest", + "rustls", +] } serde = "1.0.125" serde_json = "1.0.57" serde_yaml = "0.8.14" tracing = "0.1" tracing-subscriber = "0.2" -heim = { git = "https://github.com/heim-rs/heim", features = ["cpu", "process", "memory"]} +heim = { git = "https://github.com/heim-rs/heim", features = [ + "cpu", + "process", + "memory", +] } tracing-attributes = "0.1.13" tokio-stream = "0.1.3" deadpool-redis = "0.7.1" @@ -54,9 +64,18 @@ version = "1.0" features = ["macros", "rt-multi-thread", "time", "signal"] [dependencies.sqlx] -version= "0.5.2" +version = "0.5.2" default-features = false -features = [ "runtime-tokio-rustls", "macros", "postgres", "json", "chrono", "offline", "migrate", "decimal" ] +features = [ + "runtime-tokio-rustls", + "macros", + "postgres", + "json", + "chrono", + "offline", + "migrate", + "decimal", +] [dependencies.serenity] # git = "https://github.com/serenity-rs/serenity"