Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenlib committed May 30, 2024
1 parent b2937f1 commit 253838e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions parse-display-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ rust-version = "1.70.0"
proc-macro = true

[dependencies]
syn = { version = "2.0.48", features = ["visit"] }
quote = "1.0.35"
proc-macro2 = "1.0.78"
regex = "1.10.3"
regex-syntax = "0.8.2"
syn = { version = "2.0.66", features = ["visit"] }
quote = "1.0.36"
proc-macro2 = "1.0.84"
regex = "1.10.4"
regex-syntax = "0.8.3"
structmeta = "0.3.0"
6 changes: 3 additions & 3 deletions parse-display/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ docs = []

[dependencies]
parse-display-derive = { version = "=0.9.0", path = "../parse-display-derive" }
regex = { version = "1.10.3", optional = true }
regex-syntax = { version = "0.8.2", optional = true }
regex = { version = "1.10.4", optional = true }
regex-syntax = { version = "0.8.3", optional = true }

[dev-dependencies]
trybuild = "1.0.89"
trybuild = "1.0.96"

[package.metadata.docs.rs]
features = ["docs"]

0 comments on commit 253838e

Please sign in to comment.