Skip to content

Commit

Permalink
fix(dependencies): update rust crate schemars to v0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 21, 2021
1 parent 12ae23a commit 3b70677
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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 rust/formats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
eyre = "0.6.5"
once_cell = "1.8.0"
schemars = "0.8.6"
schemars = "0.8.7"
serde = "1.0.130"
serde_json = "1.0.70"
serde_with = "1.11.0"
2 changes: 1 addition & 1 deletion rust/graph-triples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
derivative = "2.2.0"
eyre = "0.6.5"
path-slash = "0.1.4"
schemars = { version = "0.8.6", features = ["preserve_order"] }
schemars = { version = "0.8.7", features = ["preserve_order"] }
serde = "1.0.130"
serde_json = { version = "1.0.70", features = ["preserve_order"] }
strum = { version = "0.22.0", features = ["derive"] }
2 changes: 1 addition & 1 deletion rust/graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ events = { path = "../events", version = "0.0.0" }
graph-triples = { path = "../graph-triples", version = "0.0.0" }
path-slash = "0.1.4"
petgraph = { version = "0.6.0", features = ["serde-1"] }
schemars = { version = "0.8.6", features = ["preserve_order"] }
schemars = { version = "0.8.7", features = ["preserve_order"] }
serde = "1.0.130"
serde_json = { version = "1.0.70", features = ["preserve_order"] }
serde_with = "1.11.0"
Expand Down
2 changes: 1 addition & 1 deletion rust/plugins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jsonschema = "0.13.2"
once_cell = "1.8.0"
rand = "0.8.4"
regex = "1.5.4"
schemars = "0.8.6"
schemars = "0.8.7"
semver = "1.0.4"
serde = "1.0.130"
serde_json = "1.0.70"
Expand Down
2 changes: 1 addition & 1 deletion rust/stencila/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ rand = "=0.8.4"
regex = "=1.5.4"
reqwest = { version = "=0.11.6", optional = true, features = ["json"] }
rust-embed = { version = "=6.2.0", features = ["compression"], optional = true }
schemars = { version = "=0.8.6", features = ["preserve_order", "chrono"] }
schemars = { version = "=0.8.7", features = ["preserve_order", "chrono"] }
self_update = { version = "=0.27.0", optional = true, features = [
"archive-tar",
"archive-zip",
Expand Down

0 comments on commit 3b70677

Please sign in to comment.