chore: Update crate dependencies

This commit is contained in:
x
2026-01-01 19:46:57 +00:00
parent ed9be657ab
commit fcdf5ee488
20 changed files with 130 additions and 147 deletions

View File

@@ -71,7 +71,7 @@ tor-cell = {version = "0.37.0", optional = true}
# TLS cert utilities
ed25519-compact = {version = "2.2.0", optional = true}
rcgen = {version = "0.14.6", optional = true, features = ["pem"]}
x509-parser = {version = "0.17.0", features = ["validate", "verify"], optional = true}
x509-parser = {version = "0.18.0", features = ["validate", "verify"], optional = true}
# Encoding
bs58 = {version = "0.5.1", optional = true}