Skip to content

Commit

Permalink
Bump async-trait from 0.1.85 to 0.1.86
Browse files Browse the repository at this point in the history
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](dtolnay/async-trait@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent a699d9e commit 1d15334
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 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 notifico-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
backoff = { version = "0.4.0", features = ["tokio"] }
Expand Down
2 changes: 1 addition & 1 deletion notifico-attachment/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion notifico-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion notifico-template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion transports/notifico-gotify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion transports/notifico-ntfy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion transports/notifico-pushover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion transports/notifico-slack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion transports/notifico-smpp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion transports/notifico-smtp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion transports/notifico-telegram/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion transports/notifico-whatsapp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1d15334

Please sign in to comment.