From b0fb9d0236c742be39702450d92f676dc6b211cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 23:52:00 +0000 Subject: [PATCH] Bump async-trait from 0.1.85 to 0.1.86 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.85 to 0.1.86. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.85...0.1.86) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- notifico-app/Cargo.toml | 2 +- notifico-attachment/Cargo.toml | 2 +- notifico-core/Cargo.toml | 2 +- notifico-template/Cargo.toml | 2 +- transports/notifico-gotify/Cargo.toml | 2 +- transports/notifico-ntfy/Cargo.toml | 2 +- transports/notifico-pushover/Cargo.toml | 2 +- transports/notifico-slack/Cargo.toml | 2 +- transports/notifico-smpp/Cargo.toml | 2 +- transports/notifico-smtp/Cargo.toml | 2 +- transports/notifico-telegram/Cargo.toml | 2 +- transports/notifico-whatsapp/Cargo.toml | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d1f8ae..3f0fe90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -182,9 +182,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.85" +version = "0.1.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" +checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d" dependencies = [ "proc-macro2", "quote", diff --git a/notifico-app/Cargo.toml b/notifico-app/Cargo.toml index f9f9a57..c5f150f 100644 --- a/notifico-app/Cargo.toml +++ b/notifico-app/Cargo.toml @@ -13,7 +13,7 @@ notifico-attachment = { path = "../notifico-attachment" } notifico-migration = { path = "migration" } anyhow = "1.0.95" -async-trait = "0.1.84" +async-trait = "0.1.86" axum = { workspace = true } axum-extra = { workspace = true } axum-prometheus = "0.8.0" diff --git a/notifico-attachment/Cargo.toml b/notifico-attachment/Cargo.toml index 89f2262..00df6d6 100644 --- a/notifico-attachment/Cargo.toml +++ b/notifico-attachment/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" notifico-core = { path = "../notifico-core" } serde = { version = "1.0.217", features = ["derive"] } -async-trait = "0.1.84" +async-trait = "0.1.86" tokio = { version = "1.42.0", features = ["fs", "sync"] } mime_guess = "2.0.5" diff --git a/notifico-core/Cargo.toml b/notifico-core/Cargo.toml index ac97b93..7eadf72 100644 --- a/notifico-core/Cargo.toml +++ b/notifico-core/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -async-trait = "0.1.84" +async-trait = "0.1.86" serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.134" uuid = { workspace = true } diff --git a/notifico-template/Cargo.toml b/notifico-template/Cargo.toml index 82c1d6a..7ec2cc6 100644 --- a/notifico-template/Cargo.toml +++ b/notifico-template/Cargo.toml @@ -8,7 +8,7 @@ notifico-core = { path = "../notifico-core" } minijinja = { version = "2.5.0", default-features = false, features = ["builtins", "unicode", "serde", "debug", "urlencode", "speedups"] } serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.134" -async-trait = "0.1.84" +async-trait = "0.1.86" tracing = "0.1.41" uuid = { workspace = true } thiserror = "2.0.9" diff --git a/transports/notifico-gotify/Cargo.toml b/transports/notifico-gotify/Cargo.toml index 225e208..796f504 100644 --- a/transports/notifico-gotify/Cargo.toml +++ b/transports/notifico-gotify/Cargo.toml @@ -9,4 +9,4 @@ reqwest = { workspace = true } url = { workspace = true } serde_json = "1.0.134" serde = { version = "1.0.217", features = ["derive"] } -async-trait = "0.1.84" +async-trait = "0.1.86" diff --git a/transports/notifico-ntfy/Cargo.toml b/transports/notifico-ntfy/Cargo.toml index e2fe995..6c69f65 100644 --- a/transports/notifico-ntfy/Cargo.toml +++ b/transports/notifico-ntfy/Cargo.toml @@ -10,5 +10,5 @@ reqwest = { workspace = true } url = { workspace = true } serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.134" -async-trait = "0.1.84" +async-trait = "0.1.86" base64 = "0.22.1" diff --git a/transports/notifico-pushover/Cargo.toml b/transports/notifico-pushover/Cargo.toml index e4a285e..12ddef2 100644 --- a/transports/notifico-pushover/Cargo.toml +++ b/transports/notifico-pushover/Cargo.toml @@ -8,6 +8,6 @@ notifico-core = { path = "../../notifico-core" } notifico-attachment = { path = "../../notifico-attachment" } reqwest = { workspace = true } -async-trait = "0.1.84" +async-trait = "0.1.86" serde = "1.0.217" url = "2.5.4" diff --git a/transports/notifico-slack/Cargo.toml b/transports/notifico-slack/Cargo.toml index 8d046b0..6dfd491 100644 --- a/transports/notifico-slack/Cargo.toml +++ b/transports/notifico-slack/Cargo.toml @@ -9,7 +9,7 @@ notifico-attachment = { path = "../../notifico-attachment" } reqwest = { workspace = true } serde = "1.0.217" -async-trait = "0.1.84" +async-trait = "0.1.86" thiserror = "2.0.9" tokio = { version = "1.42.0", features = ["fs"] } tokio-util = "0.7.13" diff --git a/transports/notifico-smpp/Cargo.toml b/transports/notifico-smpp/Cargo.toml index 3d994a5..90a61ac 100644 --- a/transports/notifico-smpp/Cargo.toml +++ b/transports/notifico-smpp/Cargo.toml @@ -12,6 +12,6 @@ tracing = "0.1.41" notifico-core = { path = "../../notifico-core" } serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.134" -async-trait = "0.1.84" +async-trait = "0.1.86" futures-util = "0.3.31" url = "2.5.4" diff --git a/transports/notifico-smtp/Cargo.toml b/transports/notifico-smtp/Cargo.toml index e57c5f2..43865fa 100644 --- a/transports/notifico-smtp/Cargo.toml +++ b/transports/notifico-smtp/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -async-trait = "0.1.84" +async-trait = "0.1.86" serde_json = "1.0.134" tracing = "0.1.41" lettre = { version = "0.11.11", default-features = false, features = [ diff --git a/transports/notifico-telegram/Cargo.toml b/transports/notifico-telegram/Cargo.toml index f91ad11..768e73f 100644 --- a/transports/notifico-telegram/Cargo.toml +++ b/transports/notifico-telegram/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -async-trait = "0.1.84" +async-trait = "0.1.86" serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.134" reqwest = { workspace = true } diff --git a/transports/notifico-whatsapp/Cargo.toml b/transports/notifico-whatsapp/Cargo.toml index bab2afc..b044bdb 100644 --- a/transports/notifico-whatsapp/Cargo.toml +++ b/transports/notifico-whatsapp/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" serde = { version = "1.0.217", features = ["derive"] } uuid = { workspace = true } serde_json = "1.0.134" -async-trait = "0.1.84" +async-trait = "0.1.86" reqwest = { workspace = true } tracing = "0.1.41" regex = "1.11.1"