Skip to content

Commit

Permalink
fix(deps): update rust crate serde to ~1.0.159
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 28, 2023
1 parent d4328b7 commit 2f1fa64
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.159", optional = true }

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

0 comments on commit 2f1fa64

Please sign in to comment.