Skip to content

Commit

Permalink
Bump the minor-changes group with 2 updates (#93)
Browse files Browse the repository at this point in the history
Bumps the minor-changes group with 2 updates:
[termcolor](https://github.com/BurntSushi/termcolor) and
[tracing-subscriber](https://github.com/tokio-rs/tracing).

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 Nov 20, 2023
1 parent 74cdf26 commit 31e44d6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde = { version = "1.0", optional = true, features = ["derive"] }
serde_json = { version = "1.0", optional = true }
tracing = { version = "0.1.40", optional = true }
pretty_assertions = { version = "1.0.0", optional = true }
termcolor = "1.3.0"
termcolor = "1.4.0"
unicode-width = "0.1.11"

[dev-dependencies]
Expand All @@ -40,7 +40,7 @@ doc-comment = "0.3.3"
test-casing = "0.1.2"
toml = "0.8.2"
tracing-capture = "0.1.0"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
version-sync = "0.9.2"

[features]
Expand Down
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ handlebars = "4.5.0"
humantime = "2.1.0"
is-terminal = "0.4.9"
serde_json = "1.0"
termcolor = "1.3.0"
termcolor = "1.4.0"
toml = "0.8.2"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"], optional = true }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"], optional = true }

term-transcript = { version = "0.3.0", path = ".." }

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 @@ -16,7 +16,7 @@ path = "src/bin/repl.rs"

[dependencies]
anyhow = "1.0.40"
termcolor = "1.3.0"
termcolor = "1.4.0"

[dependencies.term-transcript]
path = "../.."
Expand All @@ -28,7 +28,7 @@ pretty_assertions = "1.0.0"
tempfile = "3.8.1"
test-casing = "0.1.2"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

[features]
portable-pty = ["term-transcript/portable-pty"]

0 comments on commit 31e44d6

Please sign in to comment.