Skip to content

Commit

Permalink
Update Rust crate serde to 1.0.192
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent 6ffafc0 commit fb70bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ default = []
build-with-local-schema = [] # empty feature for build with local jsonschema files(for docs.rs)

[dependencies]
serde = { version = "1.0.191", features = ["derive"] }
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
schemafy = "0.6.0"
serde_variant = "0.1.2"
Expand Down

0 comments on commit fb70bbe

Please sign in to comment.