Skip to content

Commit d0a6930

Browse files
Bump schemars from 0.8.4 to 0.8.6
Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.4 to 0.8.6. - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v0.8.4...v0.8.6) --- updated-dependencies: - dependency-name: schemars dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2db7aca commit d0a6930

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.

oximeter/oximeter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ omicron-common = { path = "../../omicron-common" }
1919
# See build.rs for more about the "pq-sys" dependency.
2020
pq-sys = "*"
2121
reqwest = { version = "0.11.4", features = [ "json" ] }
22-
schemars = { version = "0.8.4", features = [ "uuid", "bytes", "chrono" ] }
22+
schemars = { version = "0.8.6", features = [ "uuid", "bytes", "chrono" ] }
2323
serde = { version = "1", features = [ "derive" ] }
2424
serde_json = "1.0.68"
2525
slog = { version = "2.5", features = [ "max_level_trace", "release_max_level_debug" ] }

0 commit comments

Comments
 (0)