Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: schemars
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 6, 2023
1 parent cf3bdae commit b303a05
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ rstest = "0.18.2"
rustfmt-wrapper = "0.2"
rustls = "0.21.7"
samael = { git = "https://github.com/njaremko/samael", features = ["xmlsec"], branch = "master" }
schemars = "0.8.12"
schemars = "0.8.15"
secrecy = "0.8.0"
semver = { version = "1.0.18", features = ["std", "serde"] }
serde = { version = "1.0", default-features = false, features = [ "derive" ] }
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ regex-automata = { version = "0.3.8", default-features = false, features = ["dfa
regex-syntax = { version = "0.7.5" }
reqwest = { version = "0.11.20", features = ["blocking", "json", "rustls-tls", "stream"] }
ring = { version = "0.16.20", features = ["std"] }
schemars = { version = "0.8.13", features = ["bytes", "chrono", "uuid1"] }
schemars = { version = "0.8.15", features = ["bytes", "chrono", "uuid1"] }
semver = { version = "1.0.18", features = ["serde"] }
serde = { version = "1.0.188", features = ["alloc", "derive", "rc"] }
sha2 = { version = "0.10.7", features = ["oid"] }
Expand Down Expand Up @@ -179,7 +179,7 @@ regex-automata = { version = "0.3.8", default-features = false, features = ["dfa
regex-syntax = { version = "0.7.5" }
reqwest = { version = "0.11.20", features = ["blocking", "json", "rustls-tls", "stream"] }
ring = { version = "0.16.20", features = ["std"] }
schemars = { version = "0.8.13", features = ["bytes", "chrono", "uuid1"] }
schemars = { version = "0.8.15", features = ["bytes", "chrono", "uuid1"] }
semver = { version = "1.0.18", features = ["serde"] }
serde = { version = "1.0.188", features = ["alloc", "derive", "rc"] }
sha2 = { version = "0.10.7", features = ["oid"] }
Expand Down

0 comments on commit b303a05

Please sign in to comment.