Skip to content

Commit

Permalink
chore(deps): update dependencies (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonIsaac authored Oct 18, 2024
1 parent c874cca commit cecb439
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name = "oxbuild"
path = "src/main.rs"

[dependencies]
anyhow = { version = "1.0.89" }
anyhow = { version = "1.0.90" }
clap = { version = "4.5.20", features = ["cargo"] }
ignore = { version = "0.4.23" }
json-strip-comments = { version = "1.0.4" }
Expand All @@ -26,7 +26,7 @@ oxc = { version = "0.31.0", features = ["full"] }
package-json = { version = "0.4.0" }
pretty_env_logger = { version = "0.5.0" }
serde = { version = "1.0.210" }
serde_json = { version = "1.0.128" }
serde_json = { version = "1.0.129" }
static_assertions = { version = "1.1.0" }

[lints.clippy]
Expand Down

0 comments on commit cecb439

Please sign in to comment.