Skip to content

Commit

Permalink
Bump the minor-changes group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the minor-changes group with 3 updates: [quick-xml](https://github.com/tafia/quick-xml), [bytecount](https://github.com/llogiq/bytecount) and [tracing](https://github.com/tokio-rs/tracing).


Updates `quick-xml` from 0.30.0 to 0.31.0
- [Release notes](https://github.com/tafia/quick-xml/releases)
- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md)
- [Commits](tafia/quick-xml@v0.30.0...v0.31.0)

Updates `bytecount` from 0.6.4 to 0.6.5
- [Commits](https://github.com/llogiq/bytecount/commits)

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

---
updated-dependencies:
- dependency-name: quick-xml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-changes
- dependency-name: bytecount
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-changes
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-changes
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent 528e92e commit 11ca72a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
# Public dependencies (present in the public API).
quick-xml = { version = "0.30.0", optional = true }
quick-xml = { version = "0.31.0", optional = true }
handlebars = { version = "4.0.0", optional = true }
portable-pty = { version = "0.8.0", optional = true }

# Private dependencies (not exposed in the public API).
is-terminal = { version = "0.4.9", optional = true }
bytecount = "0.6.4"
bytecount = "0.6.5"
os_pipe = "1.0.0"
serde = { version = "1.0", optional = true, features = ["derive"] }
serde_json = { version = "1.0", optional = true }
tracing = { version = "0.1.37", optional = true }
tracing = { version = "0.1.40", optional = true }
pretty_assertions = { version = "1.0.0", optional = true }
termcolor = "1.3.0"
unicode-width = "0.1.11"
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/rainbow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ handlebars = "4.3.1"
pretty_assertions = "1.0.0"
tempfile = "3.2.0"
test-casing = "0.1.1"
tracing = "0.1.37"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }

[features]
Expand Down

0 comments on commit 11ca72a

Please sign in to comment.