Skip to content

Commit

Permalink
fix(deps): update rust crate serde to ~1.0.178 (#300)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 30, 2023
1 parent e7b528d commit 934c0c0
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 934c0c0

Please sign in to comment.