Skip to content

Commit 877b2f1

Browse files
chore(deps): bump serde from 1.0.138 to 1.0.139 (#158)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.138 to 1.0.139. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.138...v1.0.139) --- updated-dependencies: - dependency-name: serde 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 aab3cb8 commit 877b2f1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -48,7 +48,7 @@ termcolor = "1.1.3"
4848
tokio = { version = "1.19.2", features = ["fs", "rt-multi-thread", "signal", "macros"] }
4949
tokio-rustls = "0.23.4"
5050
toml = "0.5.9"
51-
serde = { version = "1.0.138", features = ["derive"] }
51+
serde = { version = "1.0.139", features = ["derive"] }
5252
serde_json = "1.0.82"
5353
structopt = { version = "0.3.26", default-features = false }
5454

0 commit comments

Comments
 (0)