Skip to content

Commit

Permalink
Bump the cargo group with 6 updates (#25)
Browse files Browse the repository at this point in the history
Bumps the cargo group with 6 updates:

Updates `anyhow` from 1.0.83 to 1.0.86
Updates `prettydiff` from 0.6.4 to 0.7.0
Updates `serde` from 1.0.201 to 1.0.202
Updates `thiserror` from 1.0.60 to 1.0.61
Updates `utf8-chars` from 3.0.2 to 3.0.3
Updates `itertools` from 0.12.1 to 0.13.0

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: prettydiff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: utf8-chars
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent d8468dd commit 837145b
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 39 deletions.
51 changes: 24 additions & 27 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ harness = false
workspace = true

[dependencies]
anyhow = "1.0.83"
anyhow = "1.0.86"
brush-interactive-shell = { path = "../interactive-shell" }
brush-parser = { path = "../parser" }
brush-shell = { path = "../shell" }
Expand All @@ -29,7 +29,7 @@ tracing = "0.1.40"
tracing-subscriber = "0.3.18"

[dev-dependencies]
anyhow = "1.0.82"
anyhow = "1.0.86"
assert_cmd = "2.0.14"
assert_fs = "1.1.1"
colored = "2.1.0"
Expand All @@ -40,8 +40,8 @@ glob = "0.3.1"
indent = "0.1.1"
junit-report = "0.8.3"
pathdiff = "0.2.1"
prettydiff = { version = "0.6.4", default-features = false }
prettydiff = { version = "0.7.0", default-features = false }
regex = "1.10.4"
serde = { version = "1.0.197", features = ["derive"] }
serde = { version = "1.0.202", features = ["derive"] }
serde_yaml = "0.9.34"
strip-ansi-escapes = "0.2.0"
4 changes: 2 additions & 2 deletions interactive-shell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ bench = false
workspace = true

[dependencies]
anyhow = "1.0.83"
anyhow = "1.0.86"
brush-parser = { path = "../parser" }
brush-shell = { path = "../shell" }
rustyline = { git = "https://github.com/reubeno/rustyline", rev = "023a08093e9b8ff81f9d8e096e00a23e6e83167a", features = ["derive"] }
thiserror = "1.0.58"
thiserror = "1.0.61"
tokio = { version = "1.37.0", features = [
"macros",
"signal",
Expand Down
6 changes: 3 additions & 3 deletions parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ if_same_then_else = "allow"
[dependencies]
indenter = "0.3.3"
peg = "0.8.3"
thiserror = "1.0.58"
thiserror = "1.0.61"
tracing = "0.1.40"
utf8-chars = "3.0.2"
utf8-chars = "3.0.3"

[dev-dependencies]
anyhow = "1.0.82"
anyhow = "1.0.86"
assert_matches = "1.5.0"
criterion = { version = "0.5.1", features = ["html_reports"] }

Expand Down
6 changes: 3 additions & 3 deletions shell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bench = false
workspace = true

[dependencies]
anyhow = "1.0.82"
anyhow = "1.0.86"
async-recursion = "1.1.0"
async-trait = "0.1.80"
brush-parser = { path = "../parser" }
Expand All @@ -23,11 +23,11 @@ fancy-regex = "0.13.0"
futures = "0.3.30"
hostname = "0.4.0"
indexmap = "2.2.6"
itertools = "0.12.1"
itertools = "0.13.0"
lazy_static = "1.4.0"
os_pipe = "1.1.5"
rand = "0.8.5"
thiserror = "1.0.58"
thiserror = "1.0.61"
tokio = { version = "1.37.0", features = [
"io-util",
"macros",
Expand Down

0 comments on commit 837145b

Please sign in to comment.