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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent a543896 commit e7f557d
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 15 deletions.
70 changes: 56 additions & 14 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 src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ tokio = { version = "0.2", package = "madsim-tokio", features = [
] }
tokio-postgres = { version = "0.7", features = ["with-uuid-1"] }
tokio-retry = "0.3"
tokio-rustls = "0.24"
tokio-rustls = "0.25"
tokio-stream = "0.1"
tokio-util = { version = "0.7", features = ["codec", "io"] }
tonic = { workspace = true }
Expand Down

0 comments on commit e7f557d

Please sign in to comment.