Skip to content

Commit 743ec7a

Browse files
chore(deps): bump serde_json from 1.0.133 to 1.0.140
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.133 to 1.0.140. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.133...v1.0.140) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ab9f49b commit 743ec7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ regex = "1.10.3"
4242
handlebars = "^5.1"
4343
config = { version = "0.13.2", default-features = false, features = ["toml", "yaml", "json"] }
4444
serde = { version = "1.0.152", features = ["derive"] }
45-
serde_json = { version = "1.0.104", features = ["arbitrary_precision"] }
45+
serde_json = { version = "1.0.140", features = ["arbitrary_precision"] }
4646
strum = "0.24"
4747
strum_macros = "0.25"
4848
unicode-truncate = "0.2.0"

0 commit comments

Comments
 (0)