Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 5b46bc5 commit 1a26523
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ sha2 = "0.10.8"
subtle = "2.6.1"
thiserror = "1.0.63"
time = { version = "0.3.36", features = ["serde", "serde-well-known"] }
tokio = { version = "1.39.2", features = ["full"] }
tokio = { version = "1.39.3", features = ["full"] }
tracing = "0.1.40"
trillium = "0.2.20"
tracing-chrome = "0.7.2"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ janus_collector = "0.7.21"
url = "2.5.2"
janus_messages = "0.7.30"
prio = "0.16.6"
tokio = { version = "1.39.2" }
tokio = { version = "1.39.3" }

0 comments on commit 1a26523

Please sign in to comment.