Skip to content

Commit

Permalink
Bump tokio from 1.42.0 to 1.43.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.43.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 3afc831 commit 8bf72bf
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 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 @@ -28,7 +28,7 @@ rust-embed = { version = "8.5.0", features = ["mime-guess"] }
sea-orm = { workspace = true }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
tokio = { version = "1.42", features = ["macros", "rt", "sync", "rt-multi-thread", "signal"] }
tokio = { version = "1.43", features = ["macros", "rt", "sync", "rt-multi-thread", "signal"] }
tower-http = { version = "0.6.2", features = ["cors"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "fmt"] }
Expand Down
2 changes: 1 addition & 1 deletion notifico-attachment/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ notifico-core = { path = "../notifico-core" }

serde = { version = "1.0.217", features = ["derive"] }
async-trait = "0.1.84"
tokio = { version = "1.42.0", features = ["fs", "sync"] }
tokio = { version = "1.43.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 @@ -9,7 +9,7 @@ serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
uuid = { workspace = true }
tracing = "0.1.41"
tokio = "1.42.0"
tokio = "1.43.0"
axum = { workspace = true }
url = { workspace = true }
sea-orm = { 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 @@ -15,6 +15,6 @@ sea-orm = { workspace = true }
uuid = { workspace = true }
anyhow = "1.0.95"
thiserror = "2.0.9"
tokio = { version = "1.42.0", features = ["fs"] }
tokio = { version = "1.43.0", features = ["fs"] }
toml = "0.8.19"
utoipa = { workspace = true }
2 changes: 1 addition & 1 deletion notificox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ notifico-attachment = { path = "../notifico-attachment" }
# Other deps
serde = { version = "1.0.217", features = ["derive"] }
serde_json = { version = "1.0.134", features = ["preserve_order"] }
tokio = { version = "1.42.0", features = ["rt"] }
tokio = { version = "1.43.0", features = ["rt"] }
clap = { workspace = true }
json5 = "0.4.1"
flume = "0.11.1"
Expand Down
2 changes: 1 addition & 1 deletion transports/notifico-slack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ reqwest = { workspace = true }
serde = "1.0.217"
async-trait = "0.1.84"
thiserror = "2.0.9"
tokio = { version = "1.42.0", features = ["fs"] }
tokio = { version = "1.43.0", features = ["fs"] }
tokio-util = "0.7.13"
url = { workspace = true }
serde_urlencoded = "0.7.1"
2 changes: 1 addition & 1 deletion transports/notifico-smpp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
rusmpp = { version = "0.1.3", features = ["tokio-codec", "tracing"] }
tokio = { version = "1.42.0", features = ["net"] }
tokio = { version = "1.43.0", features = ["net"] }
tokio-util = { version = "0.7.13", features = ["full"] }
tracing = "0.1.41"

Expand Down

0 comments on commit 8bf72bf

Please sign in to comment.