fix build for rust 1.70.0 by fixing bumpalo version

This commit is contained in:
Serge Farny 2024-04-11 09:05:07 +02:00
parent 96d795d258
commit d7347e0aad
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -774,9 +774,9 @@ dependencies = [
[[package]]
name = "bumpalo"
version = "3.15.4"
version = "3.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa"
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
[[package]]
name = "bv"