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

Commit 7a031f6

Browse files
Bump rustls from 0.18.1 to 0.19.0
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]>
1 parent 4791546 commit 7a031f6

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

Cargo.lock

Lines changed: 24 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

oxidizer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cfg-if = "1.0.0"
3030
openssl = { version = "0.10", features = ["vendored"] , optional = true}
3131
postgres-openssl = { version = "0.3.0", optional = true}
3232

33-
rustls = { version = "0.18.0", optional = true}
33+
rustls = { version = "0.19.0", optional = true}
3434
tokio-postgres-rustls = { version = "0.5.0", optional = true}
3535

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

0 commit comments

Comments
 (0)