Skip to content

Commit

Permalink
chore(deps): update rust crate schemars to 0.8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Nov 14, 2023
1 parent 6bbaa80 commit 10554cc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 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 @@ -308,7 +308,7 @@ rstest = "0.18.2"
rustfmt-wrapper = "0.2"
rustls = "0.21.8"
samael = { git = "https://github.com/njaremko/samael", features = ["xmlsec"], branch = "master" }
schemars = "0.8.12"
schemars = "0.8.16"
secrecy = "0.8.0"
semver = { version = "1.0.20", 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 @@ -78,7 +78,7 @@ regex-automata = { version = "0.4.3", default-features = false, features = ["dfa
regex-syntax-c38e5c1d305a1b54 = { package = "regex-syntax", version = "0.8.2" }
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.16", features = ["bytes", "chrono", "uuid1"] }
semver = { version = "1.0.20", features = ["serde"] }
serde = { version = "1.0.192", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.108", features = ["raw_value"] }
Expand Down Expand Up @@ -174,7 +174,7 @@ regex-syntax-3b31131e45eafb45 = { package = "regex-syntax", version = "0.6.29" }
regex-syntax-c38e5c1d305a1b54 = { package = "regex-syntax", version = "0.8.2" }
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.16", features = ["bytes", "chrono", "uuid1"] }
semver = { version = "1.0.20", features = ["serde"] }
serde = { version = "1.0.192", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.108", features = ["raw_value"] }
Expand Down

0 comments on commit 10554cc

Please sign in to comment.