Skip to content

Commit 16f05db

Browse files
chore(deps): bump schemars from 0.9.0 to 1.0.4
Bumps [schemars](https://github.com/GREsau/schemars) from 0.9.0 to 1.0.4. - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v0.9.0...v1.0.4) --- updated-dependencies: - dependency-name: schemars dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 30b4b29 commit 16f05db

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
@@ -30,7 +30,7 @@ serde = ["dep:serde"]
3030
clap = { version = "4.5.46", features = ["derive"], optional = true }
3131
serde = { version = "1.0", features = ["derive"], optional = true }
3232
plotters = { version = "0.3.7", optional = true }
33-
schemars = { version = "0.9", optional = true }
33+
schemars = { version = "1.0", optional = true }
3434

3535
[dev-dependencies]
3636
quickcheck = "1"

0 commit comments

Comments
 (0)