Skip to content

Commit

Permalink
Merge pull request #352 from jansc/dependabot/cargo/native-tls-0.2.12
Browse files Browse the repository at this point in the history
Bump native-tls from 0.2.11 to 0.2.12
  • Loading branch information
jansc committed Jun 10, 2024
2 parents ff4e58c + a44e071 commit f4ea06f
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 f4ea06f

Please sign in to comment.