mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore: bump aquamarine (#6048)
This commit is contained in:
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -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",
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user