Skip to content

Commit

Permalink
Bump the minor-changes group with 6 updates (#83)
Browse files Browse the repository at this point in the history
Bumps the minor-changes group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [quick-xml](https://github.com/tafia/quick-xml) | `0.30.0` | `0.31.0`
|
| [bytecount](https://github.com/llogiq/bytecount) | `0.6.4` | `0.6.7` |
| [serde](https://github.com/serde-rs/serde) | `1.0.189` | `1.0.190` |
| [tracing](https://github.com/tokio-rs/tracing) | `0.1.39` | `0.1.40` |
| [clap](https://github.com/clap-rs/clap) | `4.4.6` | `4.4.7` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.8.0` | `3.8.1` |

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 Oct 29, 2023
1 parent 528e92e commit 1f31de5
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 31 deletions.
48 changes: 24 additions & 24 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.7"
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
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "src/main.rs"

[dependencies]
anyhow = "1.0.40"
clap = { version = "4.4.6", features = ["derive", "env", "wrap_help"] }
clap = { version = "4.4.7", features = ["derive", "env", "wrap_help"] }
handlebars = "4.3.1"
humantime = "2.1.0"
is-terminal = "0.4.9"
Expand All @@ -28,7 +28,7 @@ tracing-subscriber = { version = "0.3.16", features = ["env-filter"], optional =
term-transcript = { version = "0.3.0", path = ".." }

[dev-dependencies]
tempfile = "3.2.0"
tempfile = "3.8.1"

[features]
default = []
Expand Down
4 changes: 2 additions & 2 deletions e2e-tests/rainbow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ features = ["tracing"]
[dev-dependencies]
handlebars = "4.3.1"
pretty_assertions = "1.0.0"
tempfile = "3.2.0"
tempfile = "3.8.1"
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 1f31de5

Please sign in to comment.