Skip to content

Commit

Permalink
fix(deps): update rust crate serde to ~1.0.178
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 30, 2023
1 parent 0d37fc3 commit 9327021
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.164", optional = true }
serde = { version = "~1.0.178", optional = true }

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

0 comments on commit 9327021

Please sign in to comment.