Skip to content

Commit

Permalink
fix(deps): update rust crate trillium-rustls to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 13, 2024
1 parent 4a8687b commit 21e4d06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -70,7 +70,7 @@ serde = { version = "1.0.197", features = ["derive"], optional = true }
serde_json = { version = "1.0.115", optional = true }
trillium = { version = "0.2.19", optional = true }
trillium-native-tls = { version = "0.4.0", optional = true }
trillium-rustls = { version = "0.7.0", optional = true }
trillium-rustls = { version = "0.8.0", optional = true }
trillium-proxy = { version = "0.5.4", optional = true }
trillium-router = { version = "0.4.1", optional = true }
trillium-static = { version = "0.4.2", features = ["smol"], optional = true }
Expand Down

0 comments on commit 21e4d06

Please sign in to comment.