Skip to content

Commit

Permalink
build: Update xtask dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Mar 3, 2025
1 parent 5bca44d commit 30e354c
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 20 deletions.
65 changes: 48 additions & 17 deletions xtask/Cargo.lock

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

6 changes: 3 additions & 3 deletions xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ edition = "2021"
publish = false

[dependencies]
anyhow = "1.0.93"
anyhow = "1.0.97"
clap = { version = "4.5.21", features = ["derive"] }
env_logger = "0.11.5"
esp-metadata = { version = "0.5.0", features = ["clap"] }
esp-metadata = { version = "0.6.0", features = ["clap"] }
esp-generate = { path = "..", default-features = false }
log = "0.4.22"
tempfile = "3.14.0"
tempfile = "3.17.1"
serde_yaml = "0.9"

0 comments on commit 30e354c

Please sign in to comment.