Skip to content

Commit

Permalink
Upgrade miette dependency to ^5.10.0.
Browse files Browse the repository at this point in the history
This change also upgrades the `tardar` dependency to `^0.1.0`, since
`tardar` extends `miette` APIs and must target a compatible version of
`miette`.
  • Loading branch information
olson-sean-k committed Sep 12, 2023
1 parent c36f9e1 commit e7b847a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pori = "=0.0.0"
thiserror = "^1.0.0"

[dependencies.miette]
version = "^5.1.0"
version = "^5.10.0"
default-features = false
optional = true

Expand All @@ -54,7 +54,7 @@ features = [
]

[dependencies.tardar]
version = "=0.0.0"
version = "^0.1.0"
optional = true

[dependencies.walkdir]
Expand Down

0 comments on commit e7b847a

Please sign in to comment.