cargo workspace resolver update for latest rust

This commit is contained in:
John Smith 2023-09-16 20:28:43 -04:00
parent 30547903b0
commit e768e79961

View File

@ -129,7 +129,7 @@ trust-dns-resolver = { version = "0.22.0", optional = true }
enum-as-inner = "=0.5.1" # temporary fix for trust-dns-resolver v0.22.0
# Serialization
capnp = { version = "0.18.1", default-features = false }
capnp = { version = "0.18.1", default-features = false, features = [ "alloc" ] }
serde = { version = "1.0.183", features = ["derive"] }
serde_json = { version = "1.0.105" }
serde-big-array = "0.5.1"