Skip to content

Commit 499b7b1

Browse files
Bump serde from 1.0.149 to 1.0.152
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.149 to 1.0.152. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.149...v1.0.152) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 07f2d0d commit 499b7b1

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

boa_ast/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fuzz = ["arbitrary", "boa_interner/fuzz", "num-bigint/arbitrary"]
1919
boa_interner.workspace = true
2020
boa_macros.workspace = true
2121
rustc-hash = "1.1.0"
22-
serde = { version = "1.0.149", features = ["derive"], optional = true }
22+
serde = { version = "1.0.152", features = ["derive"], optional = true }
2323
bitflags = "1.3.2"
2424
num-bigint = "0.4.3"
2525
arbitrary = { version = "1", optional = true, features = ["derive"] }

boa_engine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ boa_profiler.workspace = true
3939
boa_macros.workspace = true
4040
boa_ast.workspace = true
4141
boa_parser.workspace = true
42-
serde = { version = "1.0.149", features = ["derive", "rc"] }
42+
serde = { version = "1.0.152", features = ["derive", "rc"] }
4343
serde_json = "1.0.89"
4444
rand = "0.8.5"
4545
num-traits = "0.2.15"

boa_interner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fuzz = ["arbitrary"]
1515

1616
[dependencies]
1717
boa_macros.workspace = true
18-
serde = { version = "1.0.149", features = ["derive"], optional = true }
18+
serde = { version = "1.0.152", features = ["derive"], optional = true }
1919
phf = { version = "0.11.1", features = ["macros"] }
2020
rustc-hash = "1.1.0"
2121
static_assertions = "1.1.0"

boa_tester/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ boa_engine = { workspace = true, features = ["intl"] }
1616
boa_gc.workspace = true
1717
boa_parser.workspace = true
1818
clap = { version = "4.0.29", features = ["derive"] }
19-
serde = { version = "1.0.149", features = ["derive"] }
19+
serde = { version = "1.0.152", features = ["derive"] }
2020
serde_yaml = "0.9.14"
2121
serde_json = "1.0.89"
2222
bitflags = "1.3.2"

0 commit comments

Comments
 (0)