Skip to content

Commit

Permalink
regular update
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrchien committed Apr 19, 2023
1 parent c079efc commit 0ac3426
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions kaminari/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kaminari"
version = "0.10.0"
version = "0.11.0"
edition = "2021"
authors = ["zephyr <[email protected]>"]
keywords = ["lightws", "network"]
Expand Down Expand Up @@ -32,8 +32,8 @@ lightws = { version = "0.6", features = ["unsafe_auto_mask_write"], optional = t
udpflow = { version = "0.1.0", optional = true }

# tls
tokio-rustls = { version = "0.23", features = ["early-data", "dangerous_configuration"], optional = true }
webpki-roots = { version = "0.22", optional = true }
tokio-rustls = { version = "0.24", features = ["early-data", "dangerous_configuration"], optional = true }
webpki-roots = { version = "0.23", optional = true }
rustls-pemfile = { version = "1", optional = true }
rcgen = {version = "0.10", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion kaminari/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(type_alias_impl_trait)]
#![feature(impl_trait_in_assoc_type)]

use std::io::Result;
use std::future::Future;
Expand Down

0 comments on commit 0ac3426

Please sign in to comment.