Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and brianmay committed Nov 8, 2024
1 parent c289b34 commit cc8a80c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 brian-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = { version = "1.41.0", features = ["full"] }
tokio = { version = "1.41.1", features = ["full"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
anyhow = "1.0.91"
Expand Down
2 changes: 1 addition & 1 deletion robotica-freeswitch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde_yml = "0.0.10"
thiserror = "1.0.65"
tracing = "0.1.37"
tracing-subscriber = "0.3.18"
tokio = { version = "1.41.0", features = ["full"] }
tokio = { version = "1.41.1", features = ["full"] }
futures = "0.3.31"
clap = { version = "4.5.13", features = ["derive"] }
chrono = "0.4.38"
Expand Down
2 changes: 1 addition & 1 deletion robotica-slint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ slint = "1.0.0"
thiserror = "1.0.65"
tracing = "0.1.37"
tracing-subscriber = "0.3.18"
tokio = { version = "1.41.0", features = ["full"] }
tokio = { version = "1.41.1", features = ["full"] }
futures = "0.3.31"
clap = { version = "4.5.13", features = ["derive"] }
chrono = "0.4.38"
Expand Down
2 changes: 1 addition & 1 deletion robotica-tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ scheduler = ["pyo3"]
bytes = "1.8.0"
rumqttc = "0.24.0"
rustls-native-certs = "0.8.0"
tokio = { version = "1.41.0", features = ["full"] }
tokio = { version = "1.41.1", features = ["full"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.132"
serde_yml = "0.0.10"
Expand Down

0 comments on commit cc8a80c

Please sign in to comment.