Skip to content

Commit

Permalink
update readme, bump some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
blind-oracle committed Aug 23, 2024
1 parent 64cacb9 commit e6e7d85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ prometheus = "0.13"
rand = "0.8"
rcgen = { version = "0.13", features = ["aws_lc_rs"] }
regex = "1.10"
reqwest = { version = "0.12.5", default-features = false, features = [
reqwest = { version = "0.12.7", default-features = false, features = [
"http2",
"rustls-tls",
"deflate",
Expand All @@ -58,13 +58,13 @@ strum = { version = "0.26", features = ["derive"] }
strum_macros = "0.26"
sync_wrapper = "1.0"
thiserror = "1.0"
tokio = { version = "1.38", features = ["full"] }
tokio = { version = "1.39", features = ["full"] }
tokio-util = { version = "0.7", features = ["full"] }
tokio-rustls = "0.26"
tower = "0.4"
tower-service = "0.3"
tracing = "0.1"
url = "2.5"
uuid = { version = "1.8", features = ["v7"] }
uuid = { version = "1.10", features = ["v7"] }
x509-parser = "0.16"
zeroize = { version = "1.8", features = ["derive"] }
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Modules planned:
- Caching
- Misc utils
- TLS
- ACME
- DNS
- ALPN
- Tickets
- Sessions

Expand Down

0 comments on commit e6e7d85

Please sign in to comment.