Update bumpalo to 3.11.1 (#5070)

This commit is contained in:
Nick Fitzgerald
2022-10-18 15:25:49 -07:00
committed by GitHub
parent 979432c92b
commit 5a4adde837
2 changed files with 8 additions and 2 deletions

4
Cargo.lock generated
View File

@@ -225,9 +225,9 @@ dependencies = [
[[package]]
name = "bumpalo"
version = "3.9.1"
version = "3.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
[[package]]
name = "byteorder"