summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-20 23:29:12 +0000
committerGitHub <noreply@github.com>2023-01-20 23:29:12 +0000
commit956e68d027686ebe5a72921333ef3f0e66df3158 (patch)
tree023aad42349fe3aa5ed3c64d036d255bfdaec835
parentae952edd07597017a28d8c8a7b767d594dc22df5 (diff)
Bump bumpalo from 3.8.0 to 3.12.0dependabot/cargo/bumpalo-3.12.0
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.8.0 to 3.12.0. - [Release notes](https://github.com/fitzgen/bumpalo/releases) - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](https://github.com/fitzgen/bumpalo/compare/3.8.0...3.12.0) --- updated-dependencies: - dependency-name: bumpalo dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock6
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cc5d287..6bc3519 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
+version = 3
+
[[package]]
name = "addr2line"
version = "0.17.0"
@@ -97,9 +99,9 @@ dependencies = [
[[package]]
name = "bumpalo"
-version = "3.8.0"
+version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c"
+checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
[[package]]
name = "cc"