Skip to content

Commit 5980f06

Browse files
chore(deps): bump serde_json from 1.0.81 to 1.0.82 (#155)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.81 to 1.0.82. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.81...v1.0.82) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6883aaf commit 5980f06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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
@@ -49,7 +49,7 @@ tokio = { version = "1.19.2", features = ["fs", "rt-multi-thread", "signal", "ma
4949
tokio-rustls = "0.23.4"
5050
toml = "0.5.9"
5151
serde = { version = "1.0.137", features = ["derive"] }
52-
serde_json = "1.0.81"
52+
serde_json = "1.0.82"
5353
structopt = { version = "0.3.26", default-features = false }
5454

5555
[dev-dependencies]

0 commit comments

Comments
 (0)