Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Bump rustls from 0.18.1 to 0.19.0
Browse files Browse the repository at this point in the history
Bumps [rustls](https://github.com/ctz/rustls) from 0.18.1 to 0.19.0.
- [Release notes](https://github.com/ctz/rustls/releases)
- [Changelog](https://github.com/ctz/rustls/blob/main/OLDCHANGES.md)
- [Commits](rustls/rustls@v/0.18.1...v/0.19.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Mar 9, 2021
1 parent 5595b62 commit 5397105
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
29 changes: 24 additions & 5 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 oxidizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cfg-if = "1.0.0"
openssl = { version = "0.10", features = ["vendored"] , optional = true}
postgres-openssl = { version = "0.3.0", optional = true}

rustls = { version = "0.18.0", optional = true}
rustls = { version = "0.19.0", optional = true}
tokio-postgres-rustls = { version = "0.5.0", optional = true}

oxidizer-entity-macro = { version = "0.2.1", path = "../oxidizer-entity-macro" }

0 comments on commit 5397105

Please sign in to comment.