Merge pull request #1235 from glowing-bear/dependabot/cargo/src-tauri/bumpalo-3.12.0

Bump bumpalo from 3.9.1 to 3.12.0 in /src-tauri
This commit is contained in:
Lorenz Hübschle-Schneider 2023-01-23 13:29:22 +01:00 committed by GitHub
commit 6a1d5cd276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
src-tauri/Cargo.lock generated
View File

@ -283,9 +283,9 @@ dependencies = [
[[package]]
name = "bumpalo"
version = "3.9.1"
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
[[package]]
name = "byteorder"