Skip to content

Commit

Permalink
Update Rust crate schemars to 0.8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed May 15, 2024
1 parent 4b06fe8 commit f203668
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ rustls = "0.22.2"
rustls-pemfile = "2.1.2"
rustyline = "14.0.0"
samael = { version = "0.0.15", features = ["xmlsec"] }
schemars = "0.8.16"
schemars = "0.8.19"
secrecy = "0.8.0"
semver = { version = "1.0.23", features = ["std", "serde"] }
serde = { version = "1.0", default-features = false, features = [ "derive", "rc" ] }
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ regex-automata = { version = "0.4.5", default-features = false, features = ["dfa
regex-syntax = { version = "0.8.2" }
reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
ring = { version = "0.17.8", features = ["std"] }
schemars = { version = "0.8.17", features = ["bytes", "chrono", "uuid1"] }
schemars = { version = "0.8.19", features = ["bytes", "chrono", "uuid1"] }
scopeguard = { version = "1.2.0" }
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1.0.201", features = ["alloc", "derive", "rc"] }
Expand Down Expand Up @@ -193,7 +193,7 @@ regex-automata = { version = "0.4.5", default-features = false, features = ["dfa
regex-syntax = { version = "0.8.2" }
reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
ring = { version = "0.17.8", features = ["std"] }
schemars = { version = "0.8.17", features = ["bytes", "chrono", "uuid1"] }
schemars = { version = "0.8.19", features = ["bytes", "chrono", "uuid1"] }
scopeguard = { version = "1.2.0" }
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1.0.201", features = ["alloc", "derive", "rc"] }
Expand Down

0 comments on commit f203668

Please sign in to comment.