hotfix for issue with socktop agent not creating ssl certificate on first launch after upgrade of axum server version.

This commit is contained in:
2025-11-21 00:26:34 -08:00
parent c80f8cc363
commit 4b9d11dc9e
4 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "socktop_agent"
version = "1.50.1"
version = "1.50.2"
authors = ["Jason Witty <jasonpwitty+socktop@proton.me>"]
description = "Socktop agent daemon. Serves host metrics over WebSocket."
edition = "2024"
@@ -26,7 +26,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"], optional = tr
gfxinfo = "0.1.2"
once_cell = "1.19"
axum-server = { version = "0.7", features = ["tls-rustls"] }
rustls = "0.23"
rustls = { version = "0.23", features = ["aws-lc-rs"] }
rustls-pemfile = "2.1"
rcgen = "0.13"
anyhow = "1"