Skip to content

Commit

Permalink
chore(deps): bump tokio from 1.41.1 to 1.42.0 in /webapp/native (#1412)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.42.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.42.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent 301a882 commit 904776e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions webapp/native/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 webapp/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ void = "1.0.2"
thiserror = "2.0.3"
eventsource-stream = "0.2.3"
futures-util = "0.3.31"
tokio = { version = "1.41.1", features = ["sync"] }
tokio = { version = "1.42.0", features = ["sync"] }
tokenizer = { path = "../../crates/tokenizer"}
opla_core = { path = "../../crates/core"}
sha2 = "0.10.8"
Expand Down

0 comments on commit 904776e

Please sign in to comment.