chore: take care of subdependency versions in the lockfile

This commit is contained in:
naskya 2024-07-03 13:24:50 +09:00
parent e6d299bb95
commit df7a1a2da4
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -49,9 +49,10 @@ web-push = { git = "https://github.com/pimeys/rust-web-push.git", rev = "40febe4
# subdependencies
## explicitly list OpenSSL to use the vendored version
openssl = "0.10.64"
## pin ravif and bitstream-io version because the latest one requires Rust 1.79
ravif = "=0.11.5"
bitstream-io = "=2.3.0"
## some subdependencies require higher Rust version than 1.74 (our MSRV)
## cargo update && cargo update ravif --precise 0.11.5 && cargo update bitstream-io --precise 2.3.0
## to pin their versions if needed
[profile.release]
lto = true