Skip to content

Commit 4608c8a

Browse files
Bump schemars from 0.8.19 to 0.8.20 (#1014)
Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.19 to 0.8.20. - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v0.8.19...v0.8.20) --- updated-dependencies: - dependency-name: schemars dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8aeab82 commit 4608c8a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.

dropshot/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ version = "1.8.0"
7676
features = [ "serde", "v4" ]
7777

7878
[dependencies.schemars]
79-
version = "0.8.19"
79+
version = "0.8.20"
8080
features = [ "uuid1" ]
8181

8282
[dev-dependencies]
@@ -103,7 +103,7 @@ version = "1.7.0"
103103
features = ["alloc"]
104104

105105
[dev-dependencies.schemars]
106-
version = "0.8.19"
106+
version = "0.8.20"
107107
features = [ "chrono", "uuid1" ]
108108

109109
[dev-dependencies.slog]

0 commit comments

Comments
 (0)