chore: bump aquamarine (#6048)

This commit is contained in:
Dan Cline
2024-01-12 17:21:00 -05:00
committed by GitHub
parent cea638108b
commit 94e8b8084b
8 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -400,9 +400,9 @@ checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
[[package]] [[package]]
name = "aquamarine" name = "aquamarine"
version = "0.4.0" version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "074b80d14d0240b6ce94d68f059a2d26a5d77280ae142662365a21ef6e2594ef" checksum = "21cc1548309245035eb18aa7f0967da6bc65587005170c56e6ef2788a4cf3f4e"
dependencies = [ dependencies = [
"include_dir", "include_dir",
"itertools 0.10.5", "itertools 0.10.5",
@ -4688,7 +4688,7 @@ version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b" checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b"
dependencies = [ dependencies = [
"proc-macro-crate 1.3.1", "proc-macro-crate 2.0.0",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.48", "syn 2.0.48",

View File

@ -186,7 +186,7 @@ boa_engine = "0.17"
boa_gc = "0.17" boa_gc = "0.17"
# misc # misc
aquamarine = "0.4" aquamarine = "0.5"
bytes = "1.5" bytes = "1.5"
bitflags = "2.4" bitflags = "2.4"
clap = "4" clap = "4"