chore(deps): bump boa + thiserror (#4234)

This commit is contained in:
Matthias Seitz
2023-08-16 18:28:13 +02:00
committed by GitHub
parent 7a922a6ed0
commit 6edbc0eeaf
3 changed files with 39 additions and 18 deletions

51
Cargo.lock generated
View File

@@ -723,7 +723,7 @@ dependencies = [
[[package]]
name = "boa_ast"
version = "0.17.0"
source = "git+https://github.com/boa-dev/boa#a3b46545a2a09f9ac81fd83ac6b180934c728f61"
source = "git+https://github.com/boa-dev/boa#06bb71aa50e7163f6b38767190ba30177086685f"
dependencies = [
"bitflags 2.4.0",
"boa_interner",
@@ -736,7 +736,7 @@ dependencies = [
[[package]]
name = "boa_engine"
version = "0.17.0"
source = "git+https://github.com/boa-dev/boa#a3b46545a2a09f9ac81fd83ac6b180934c728f61"
source = "git+https://github.com/boa-dev/boa#06bb71aa50e7163f6b38767190ba30177086685f"
dependencies = [
"bitflags 2.4.0",
"boa_ast",
@@ -755,7 +755,7 @@ dependencies = [
"num-bigint",
"num-integer",
"num-traits",
"num_enum",
"num_enum 0.7.0",
"once_cell",
"pollster",
"rand 0.8.5",
@@ -774,7 +774,7 @@ dependencies = [
[[package]]
name = "boa_gc"
version = "0.17.0"
source = "git+https://github.com/boa-dev/boa#a3b46545a2a09f9ac81fd83ac6b180934c728f61"
source = "git+https://github.com/boa-dev/boa#06bb71aa50e7163f6b38767190ba30177086685f"
dependencies = [
"boa_macros",
"boa_profiler",
@@ -785,7 +785,7 @@ dependencies = [
[[package]]
name = "boa_icu_provider"
version = "0.17.0"
source = "git+https://github.com/boa-dev/boa#a3b46545a2a09f9ac81fd83ac6b180934c728f61"
source = "git+https://github.com/boa-dev/boa#06bb71aa50e7163f6b38767190ba30177086685f"
dependencies = [
"icu_collections",
"icu_normalizer",
@@ -798,7 +798,7 @@ dependencies = [
[[package]]
name = "boa_interner"
version = "0.17.0"
source = "git+https://github.com/boa-dev/boa#a3b46545a2a09f9ac81fd83ac6b180934c728f61"
source = "git+https://github.com/boa-dev/boa#06bb71aa50e7163f6b38767190ba30177086685f"
dependencies = [
"boa_gc",
"boa_macros",
@@ -813,7 +813,7 @@ dependencies = [
[[package]]
name = "boa_macros"
version = "0.17.0"
source = "git+https://github.com/boa-dev/boa#a3b46545a2a09f9ac81fd83ac6b180934c728f61"
source = "git+https://github.com/boa-dev/boa#06bb71aa50e7163f6b38767190ba30177086685f"
dependencies = [
"proc-macro2 1.0.66",
"quote 1.0.32",
@@ -824,7 +824,7 @@ dependencies = [
[[package]]
name = "boa_parser"
version = "0.17.0"
source = "git+https://github.com/boa-dev/boa#a3b46545a2a09f9ac81fd83ac6b180934c728f61"
source = "git+https://github.com/boa-dev/boa#06bb71aa50e7163f6b38767190ba30177086685f"
dependencies = [
"bitflags 2.4.0",
"boa_ast",
@@ -844,7 +844,7 @@ dependencies = [
[[package]]
name = "boa_profiler"
version = "0.17.0"
source = "git+https://github.com/boa-dev/boa#a3b46545a2a09f9ac81fd83ac6b180934c728f61"
source = "git+https://github.com/boa-dev/boa#06bb71aa50e7163f6b38767190ba30177086685f"
[[package]]
name = "boyer-moore-magiclen"
@@ -2265,7 +2265,7 @@ dependencies = [
"generic-array",
"hex",
"k256",
"num_enum",
"num_enum 0.6.1",
"once_cell",
"open-fastrlp",
"rand 0.8.5",
@@ -4245,7 +4245,16 @@ version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1"
dependencies = [
"num_enum_derive",
"num_enum_derive 0.6.1",
]
[[package]]
name = "num_enum"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70bf6736f74634d299d00086f02986875b3c2d924781a6a2cb6c201e73da0ceb"
dependencies = [
"num_enum_derive 0.7.0",
]
[[package]]
@@ -4260,6 +4269,18 @@ dependencies = [
"syn 2.0.28",
]
[[package]]
name = "num_enum_derive"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56ea360eafe1022f7cc56cd7b869ed57330fb2453d0c7831d99b74c65d2f5597"
dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.66",
"quote 1.0.32",
"syn 2.0.28",
]
[[package]]
name = "num_threads"
version = "0.1.6"
@@ -7412,18 +7433,18 @@ checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8"
[[package]]
name = "thiserror"
version = "1.0.44"
version = "1.0.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90"
checksum = "d9207952ae1a003f42d3d5e892dac3c6ba42aa6ac0c79a6a91a2b5cb4253e75c"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.44"
version = "1.0.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
checksum = "f1728216d3244de4f14f14f8c15c79be1a7c67867d28d69b719690e2a19fb445"
dependencies = [
"proc-macro2 1.0.66",
"quote 1.0.32",

View File

@@ -116,7 +116,7 @@ bytes = "1.4"
bitflags = "2.3"
tracing = "0.1.0"
tracing-appender = "0.2"
thiserror = "1.0.37"
thiserror = "1.0"
serde_json = "1.0.94"
serde = { version = "1.0", default-features = false }
rand = "0.8.5"

View File

@@ -18,8 +18,8 @@ revm.workspace = true
hashbrown = "0.13"
serde = { workspace = true, features = ["derive"] }
thiserror = {version = "1.0", optional = true }
serde_json = { version = "1.0", optional = true }
thiserror = { workspace = true, optional = true }
serde_json = { workspace = true, optional = true }
# js-tracing-inspector
boa_engine = { git = "https://github.com/boa-dev/boa", optional = true }