Skip to content

Commit

Permalink
Bump schemars from 0.8.12 to 0.8.13 (#763)
Browse files Browse the repository at this point in the history
Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.12 to 0.8.13.
- [Release notes](https://github.com/GREsau/schemars/releases)
- [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md)
- [Commits](GREsau/schemars@v0.8.12...v0.8.13)

---
updated-dependencies:
- dependency-name: schemars
  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>
  • Loading branch information
dependabot[bot] authored Aug 29, 2023
1 parent 16311ed commit 69d841d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dropshot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ version = "1.4.1"
features = [ "serde", "v4" ]

[dependencies.schemars]
version = "0.8.12"
version = "0.8.13"
features = [ "uuid1" ]

[dev-dependencies]
Expand Down Expand Up @@ -103,7 +103,7 @@ version = "0.21"
features = [ "dangerous_configuration" ]

[dev-dependencies.schemars]
version = "0.8.12"
version = "0.8.13"
features = [ "chrono", "uuid1" ]

[dev-dependencies.slog]
Expand Down

0 comments on commit 69d841d

Please sign in to comment.