mirror of https://github.com/zkat/miette.git
fix versions for `direct-minimal-versions`
- This resolves https://github.com/zkat/miette/actions/runs/13572762043/job/37952796538 .
This commit is contained in:
parent
3f351ff368
commit
6290f60c0d
|
|
@ -37,7 +37,7 @@ futures = { version = "0.3", default-features = false }
|
||||||
indenter = "0.3.3"
|
indenter = "0.3.3"
|
||||||
rustversion = "1.0"
|
rustversion = "1.0"
|
||||||
trybuild = { version = "1.0.89", features = ["diff"] }
|
trybuild = { version = "1.0.89", features = ["diff"] }
|
||||||
syn = { version = "2.0.48", features = ["full"] }
|
syn = { version = "2.0.87", features = ["full"] }
|
||||||
regex = "1.10"
|
regex = "1.10"
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,6 @@ repository = "https://github.com/zkat/miette"
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
proc-macro2 = "1.0.78"
|
proc-macro2 = "1.0.83"
|
||||||
quote = "1.0.35"
|
quote = "1.0.35"
|
||||||
syn = "2.0.48"
|
syn = "2.0.87"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue