Skip to content

Commit 77fb224

Browse files
Bump native-tls from 0.2.12 to 0.2.14
Bumps [native-tls](https://github.com/sfackler/rust-native-tls) from 0.2.12 to 0.2.14. - [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.12...v0.2.14) --- updated-dependencies: - dependency-name: native-tls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 97b3809 commit 77fb224

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ path = "src/lib.rs"
1212
anyhow = "1.0.93"
1313
fasyslog = { git = "https://github.com/koenw/fasyslog.git", rev = "805e4497b5bdc87acf570c69765363215946289e", features = ["native-tls"] }
1414
log = { version = "0.4.22", features = ["kv", "kv_std"] }
15-
native-tls = "0.2.12"
15+
native-tls = "0.2.14"
1616
openssl = "0.10.68"
1717
pretty_env_logger = "0.5.0"
1818
structopt = { version = "0.3.26", features = ["color", "doc", "wrap_help"] }

0 commit comments

Comments
 (0)