minor capnp version bump

This commit is contained in:
Debanjan Basu 2024-05-17 17:27:52 +10:00
parent 293119ace6
commit b44b5064dc
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -823,9 +823,9 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
[[package]]
name = "capnp"
version = "0.19.4"
version = "0.19.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e7c000b063857f2fa3178ff540dd92111f8cea880fd74f555bbda4eab909717"
checksum = "3aed85272154b3c0bfda873c40395f13adcfbc89696bf639a512291077f8cd17"
dependencies = [
"embedded-io",
]

View File

@ -124,7 +124,7 @@ async-std-resolver = { version = "0.24.0", optional = true }
hickory-resolver = { version = "0.24.0", optional = true }
# Serialization
capnp = { version = "0.19.4", default-features = false, features = ["alloc"] }
capnp = { version = "0.19.5", default-features = false, features = ["alloc"] }
serde = { version = "1.0.193", features = ["derive", "rc"] }
serde_json = { version = "1.0.108" }
serde-big-array = "0.5.1"