Skip to content

Commit 57b9c58

Browse files
Bump serde_json from 1.0.107 to 1.0.109
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.107 to 1.0.109. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.107...v1.0.109) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.109 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d2332e4 commit 57b9c58

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ futures-task = "=0.3.31"
3333
pyo3 = { version = "0.29", features = ["abi3-py38"], optional = true }
3434
reqwest = { version = "=0.12.28", default-features = false, features = ["json", "rustls-tls"] }
3535
serde = { version = "=1.0.188", features = ["derive"] }
36-
serde_json = "=1.0.107"
36+
serde_json = "=1.0.109"
3737
itoa = "=1.0.9"
3838
ryu = "=1.0.15"
3939
libc = "=0.2.186"

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ napi = { version = "=2.16.17", features = ["tokio_rt"] }
1212
napi-derive = "=2.16.13"
1313
rustwright_core = { package = "rustwright-core", path = "..", default-features = false }
1414
serde = { version = "=1.0.188", features = ["derive"] }
15-
serde_json = "=1.0.107"
15+
serde_json = "=1.0.109"
1616
tokio = { version = "=1.52.3", features = ["rt-multi-thread"] }
1717
unicode-segmentation = "=1.10.1"
1818

0 commit comments

Comments
 (0)