Skip to content

Commit

Permalink
Bump native-tls from 0.2.11 to 0.2.12
Browse files Browse the repository at this point in the history
Bumps [native-tls](https://github.com/sfackler/rust-native-tls) from 0.2.11 to 0.2.12.
- [Release notes](https://github.com/sfackler/rust-native-tls/releases)
- [Changelog](https://github.com/sfackler/rust-native-tls/blob/master/CHANGELOG.md)
- [Commits](sfackler/rust-native-tls@v0.2.11...v0.2.12)

---
updated-dependencies:
- dependency-name: native-tls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 28, 2024
1 parent b80ba93 commit a44e071
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 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 @@ -31,7 +31,7 @@ serde = { version = "1.0", features = ["derive"] }
toml = "0.8.12"
rusqlite = { version = "0.30.0", features = ["url", "time"] }
gemtext = "0.2.1"
native-tls = { version = "0.2.11", features = ["vendored"] }
native-tls = { version = "0.2.12", features = ["vendored"] }
x509-parser = "0.16.0"
ring = "0.16.20"
time = { version = "0.3.36", features = ["serde", "serde-human-readable", "std", "formatting", "parsing"] }
Expand Down

0 comments on commit a44e071

Please sign in to comment.