Skip to content

Commit

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

---
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 Jul 29, 2024
1 parent 39ddb82 commit 31ccc90
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
28 changes: 9 additions & 19 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 @@ -4,7 +4,7 @@ version = "2.0.12"
edition = "2021"

[dependencies]
tokio = { version = "1.37", features = ["macros", "rt-multi-thread", "sync"], default-features = false }
tokio = { version = "1.39", features = ["macros", "rt-multi-thread", "sync"], default-features = false }
openidconnect = { version = "3.4", features = ["reqwest", "rustls-tls"], default-features = false }
tracing-subscriber = { version = "0.3", features = ["fmt", "ansi"], default-features = false }
axum = { version = "0.7", features = ["tokio", "http1", "query"], default-features = false }
Expand Down

0 comments on commit 31ccc90

Please sign in to comment.