Skip to content

Commit

Permalink
chore(deps): bump tokio-rustls from 0.24.1 to 0.25.0
Browse files Browse the repository at this point in the history
Bumps [tokio-rustls](https://github.com/rustls/tokio-rustls) from 0.24.1 to 0.25.0.
- [Commits](https://github.com/rustls/tokio-rustls/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent ac725f3 commit a73e883
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 22 deletions.
123 changes: 102 additions & 21 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 @@ -23,7 +23,7 @@ once_cell = "1.19"
percent-encoding = "2.3"
rcgen = { version = "0.11.3" }
rustls = "0.21.7"
tokio-rustls = "0.24.1"
tokio-rustls = "0.25.0"
tokio = { version = "1.35", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
url = "2.5.0"

Expand Down

0 comments on commit a73e883

Please sign in to comment.