|
|
@@ -46,10 +46,9 @@ members = [
|
|
|
|
|
|
[dependencies]
|
|
|
# Hard dependencies
|
|
|
-libc = "0.2.133"
|
|
|
+libc = "0.2.134"
|
|
|
log = "0.4.17"
|
|
|
-env_logger = "0.9.0"
|
|
|
-thiserror = "1.0.35"
|
|
|
+thiserror = "1.0.37"
|
|
|
|
|
|
# async-runtime
|
|
|
async-channel = {version = "1.7.1", optional = true}
|
|
|
@@ -66,12 +65,12 @@ ipnet = {version = "2.5.0", optional = true}
|
|
|
socket2 = {version = "0.4.7", optional = true}
|
|
|
|
|
|
# TLS cert utilities
|
|
|
-ed25519-compact = {version = "1.0.15", features = ["pem"], optional = true}
|
|
|
-rcgen = {version = "0.9.3", features = ["pem"], optional = true}
|
|
|
+ed25519-compact = {version = "1.0.16", features = ["pem"], optional = true}
|
|
|
+rcgen = {version = "0.10.0", features = ["pem"], optional = true}
|
|
|
rustls-pemfile = {version = "1.0.1", optional = true}
|
|
|
|
|
|
# Encoding
|
|
|
-bincode = {version = "2.0.0-rc.1", features = ["serde"], optional = true}
|
|
|
+bincode = {version = "2.0.0-rc.2", features = ["serde"], optional = true}
|
|
|
base32 = {version = "0.4.0", optional = true}
|
|
|
bs58 = {version = "0.4.0", optional = true}
|
|
|
hex = {version = "0.4.3", optional = true}
|