Update Cargo.toml

This commit is contained in:
Alexey
2026-02-20 17:05:35 +03:00
parent 471c680def
commit bae811f8f1

View File

@@ -1,6 +1,6 @@
[package]
name = "telemt"
version = "3.0.5"
version = "3.0.6"
edition = "2024"
[dependencies]
@@ -30,6 +30,7 @@ nix = { version = "0.28", default-features = false, features = ["net"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.8"
x509-parser = "0.15"
# Utils
bytes = "1.9"