mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: disable url default features (#13191)
This commit is contained in:
@ -527,7 +527,7 @@ syn = "2.0"
|
||||
thiserror = { version = "2.0.0", default-features = false }
|
||||
tracing = "0.1.0"
|
||||
tracing-appender = "0.2"
|
||||
url = "2.3"
|
||||
url = { version = "2.3", default-features = false }
|
||||
zstd = "0.13"
|
||||
byteorder = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user