Commit 7e8852f7 authored by gabi-250's avatar gabi-250 🕸️
Browse files

Merge branch 'hex-star' into 'main'

tor-rtcompat: Avoid wildcard dependency requirements.

See merge request tpo/core/arti!2910
parents 7f0f16ad 3ce3c2f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ futures-rustls = { version = "0.26.0", optional = true, default-features = false
    "ring",
] }

hex = "*"
hex = "0.4.3"

native-tls-crate = { package = "native-tls", version = "0.2", optional = true }
paste = "1"