Skip to content

Commit

Permalink
fix(dependencies): update rust crate serde_with to 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 13, 2021
1 parent ffe8d95 commit 7e805c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ self_update = { version = "0.27.0", optional = true, features = [
semver = { version = "1.0.3", optional = true }
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_json = { version = "1.0.64", features = ["preserve_order"] }
serde_with = "1.9.1"
serde_with = "1.9.2"
serde_yaml = { version = "0.8.17", optional = true }
stencila-schema = "1.8.1"
structopt = { version = "0.3.21", optional = true }
Expand Down

0 comments on commit 7e805c7

Please sign in to comment.