Skip to content

Commit a27af87

Browse files
chore(deps): bump serde_json from 1.0.83 to 1.0.85 (#185)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.83 to 1.0.85. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.83...v1.0.85) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a60d88a commit a27af87

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
@@ -46,7 +46,7 @@ percent-encoding = "2.1.0"
4646
rustls = "0.20.6"
4747
rustls-pemfile = "1.0.1"
4848
serde = { version = "1.0.144", features = ["derive"] }
49-
serde_json = "1.0.83"
49+
serde_json = "1.0.85"
5050
structopt = { version = "0.3.26", default-features = false }
5151
termcolor = "1.1.3"
5252
tokio = { version = "1.20.1", features = ["fs", "rt-multi-thread", "signal", "macros"] }

0 commit comments

Comments
 (0)