Skip to content

Commit

Permalink
build(deps): bump the cargo group with 3 updates (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent d695bdc commit 0f646de
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 86 deletions.
96 changes: 15 additions & 81 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 @@ -29,7 +29,7 @@ indexmap = "2.7.0"
itertools = "0.13.0"
lazy_static = "1.5.0"
rand = "0.8.5"
thiserror = "2.0.6"
thiserror = "2.0.7"
tracing = "0.1.41"

[target.'cfg(target_family = "wasm")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion brush-interactive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ crossterm = { version = "0.28.1", features = ["serde"], optional = true }
indexmap = "2.7.0"
nu-ansi-term = { version = "0.50.1", optional = true }
reedline = { version = "0.37.0", optional = true }
thiserror = "2.0.6"
thiserror = "2.0.7"
tracing = "0.1.41"

[target.'cfg(any(windows, unix))'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion brush-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ arbitrary = { version = "1.4.1", optional = true, features = ["derive"] }
cached = "0.54.0"
indenter = "0.3.3"
peg = "0.8.4"
thiserror = "2.0.6"
thiserror = "2.0.7"
tracing = "0.1.41"
utf8-chars = "3.0.5"

Expand Down
4 changes: 2 additions & 2 deletions brush-shell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ tokio = { version = "1.41.1", features = ["rt", "rt-multi-thread", "sync"] }
anyhow = "1.0.94"
assert_cmd = "2.0.16"
assert_fs = "1.1.2"
colored = "2.1.0"
colored = "2.2.0"
descape = "2.0.3"
diff = "0.1.13"
dir-cmp = "0.1.0"
Expand All @@ -78,7 +78,7 @@ indent = "0.1.1"
junit-report = "0.8.3"
pathdiff = "0.2.3"
regex = "1.11.1"
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_yaml = "0.9.34"
strip-ansi-escapes = "0.2.0"
version-compare = "0.2.0"

0 comments on commit 0f646de

Please sign in to comment.