Skip to content

Commit

Permalink
build(deps): bump the cargo group with 2 updates (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent ea063af commit e512b8d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
33 changes: 17 additions & 16 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 brush-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ workspace = true
async-recursion = "1.1.0"
async-trait = "0.1.81"
brush-parser = { version = "^0.2.4", path = "../brush-parser" }
cached = "0.52.0"
cached = "0.53.0"
cfg-if = "1.0.0"
# N.B. Pin to 4.4.18 for now to keep to 1.72.0 as MSRV; 4.5.x requires a later version.
clap = { version = "=4.4.18", features = ["derive", "wrap_help"] }
Expand Down
2 changes: 1 addition & 1 deletion brush-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fuzz-testing = ["dep:arbitrary"]
[dependencies]
arbitrary = { version = "1.3.2", optional = true, features = ["derive"] }
indenter = "0.3.3"
peg = "0.8.3"
peg = "0.8.4"
thiserror = "1.0.62"
tracing = "0.1.40"
utf8-chars = "3.0.3"
Expand Down

0 comments on commit e512b8d

Please sign in to comment.