Skip to content

Commit

Permalink
fix(deps): update rust crate serde to ~1.0.164
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and zzau13 committed Jun 12, 2023
1 parent d86e761 commit a473233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarte_hir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ syn = { version = "1.0", features = ["full", "visit", "visit-mut", "extra-traits

derive_more = "0.99"

serde = { version = "~1.0.153", optional = true }
serde = { version = "~1.0.164", optional = true }

[package.metadata.docs.rs]
all-features = true

0 comments on commit a473233

Please sign in to comment.