Skip to content

Commit

Permalink
build(deps): bump the cargo group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 3 updates: [tracing](https://github.com/tokio-rs/tracing), [tracing-subscriber](https://github.com/tokio-rs/tracing) and [indexmap](https://github.com/indexmap-rs/indexmap).


Updates `tracing` from 0.1.40 to 0.1.41
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.40...tracing-0.1.41)

Updates `tracing-subscriber` from 0.3.18 to 0.3.19
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.18...tracing-subscriber-0.3.19)

Updates `indexmap` from 2.6.0 to 2.7.0
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.6.0...2.7.0)

---
updated-dependencies:
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: tracing-subscriber
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: indexmap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 2e9447d commit 93363c2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 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 brush-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ cfg-if = "1.0.0"
clap = { version = "4.5.21", features = ["derive", "wrap_help"] }
fancy-regex = "0.14.0"
futures = "0.3.31"
indexmap = "2.6.0"
indexmap = "2.7.0"
itertools = "0.13.0"
lazy_static = "1.5.0"
rand = "0.8.5"
thiserror = "2.0.3"
tracing = "0.1.40"
tracing = "0.1.41"

[target.'cfg(target_family = "wasm")'.dependencies]
tokio = { version = "1.41.1", features = ["io-util", "macros", "rt"] }
Expand Down
4 changes: 2 additions & 2 deletions brush-interactive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ workspace = true
async-trait = "0.1.83"
brush-parser = { version = "^0.2.11", path = "../brush-parser" }
brush-core = { version = "^0.2.13", path = "../brush-core" }
indexmap = "2.6.0"
indexmap = "2.7.0"
nu-ansi-term = { version = "0.50.1", optional = true }
reedline = { version = "0.37.0", optional = true }
thiserror = "2.0.3"
tracing = "0.1.40"
tracing = "0.1.41"

[target.'cfg(any(windows, unix))'.dependencies]
tokio = { version = "1.41.1", features = ["macros", "signal"] }
2 changes: 1 addition & 1 deletion brush-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cached = "0.54.0"
indenter = "0.3.3"
peg = "0.8.4"
thiserror = "2.0.3"
tracing = "0.1.40"
tracing = "0.1.41"
utf8-chars = "3.0.5"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions brush-shell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ clap = { version = "4.5.21", features = ["derive", "env", "wrap_help"] }
const_format = "0.2.33"
git-version = "0.3.9"
lazy_static = "1.5.0"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
human-panic = "2.0.2"

[target.'cfg(not(any(windows, unix)))'.dependencies]
Expand Down

0 comments on commit 93363c2

Please sign in to comment.