Skip to content

Commit f17add7

Browse files
Bump serde_json from 1.0.145 to 1.0.147
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.145 to 1.0.147. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.147) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.147 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 56570ba commit f17add7

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Cargo.lock

Lines changed: 9 additions & 3 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
@@ -41,7 +41,7 @@ default = ["train"] # No directories included
4141
[dependencies]
4242
pyo3 = { version = "0.27.2", features = ["extension-module"] }
4343
serde = { version = "1.0.228", features = ["derive"] }
44-
serde_json = "1.0.145"
44+
serde_json = "1.0.147"
4545
num_cpus = "1.17.0"
4646

4747
lindera = "1.4.2"

0 commit comments

Comments
 (0)