Skip to content

Commit

Permalink
Merge pull request #41 from axodotdev/dependabot/cargo/miette-7.2.0
Browse files Browse the repository at this point in the history
chore(deps): bump miette from 7.1.0 to 7.2.0
  • Loading branch information
mistydemeo authored Mar 14, 2024
2 parents f88a535 + efc8e3c commit c20e765
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
23 changes: 12 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion axoupdater-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ axocli = "0.2.0"
axoupdater = { version = "=0.3.0", path = "../axoupdater", features = ["blocking"] }

# errors
miette = "7.1.0"
miette = "7.2.0"

[[bin]]
name = "axoupdater"
2 changes: 1 addition & 1 deletion axoupdater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ reqwest = { version = "0.11", default-features = false, features = [
tokio = { version = "1.36.0", features = ["full"], optional = true }

# errors
miette = "7.1.0"
miette = "7.2.0"
thiserror = "1.0.57"

0 comments on commit c20e765

Please sign in to comment.