Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.196` | `1.0.197` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.113` | `1.0.114` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.79` | `1.0.80` |
| [clap](https://github.com/clap-rs/clap) | `4.5.0` | `4.5.1` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.10.0` | `3.10.1` |

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Ostrovski <[email protected]>
  • Loading branch information
dependabot[bot] and slowli authored Mar 3, 2024
1 parent 917ec04 commit e86d737
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 30 deletions.
38 changes: 20 additions & 18 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 @@ -34,10 +34,10 @@ termcolor = "1.4.1"
unicode-width = "0.1.11"

[dev-dependencies]
anyhow = "1.0.79"
anyhow = "1.0.80"
assert_matches = "1.5.0"
doc-comment = "0.3.3"
test-casing = { version = "0.1.2", git = "https://github.com/slowli/test-casing.git", rev = "dd4d4eac4d3300ca1eed8ec64c22a5b8aa82fdbc" }
test-casing = "0.1.3"
toml = "0.8.10"
tracing-capture = "0.1.0"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
Expand Down
6 changes: 3 additions & 3 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ name = "term-transcript"
path = "src/main.rs"

[dependencies]
anyhow = "1.0.79"
clap = { version = "4.5.0", features = ["derive", "env", "wrap_help"] }
anyhow = "1.0.80"
clap = { version = "4.5.1", features = ["derive", "env", "wrap_help"] }
handlebars = "5.1.0"
humantime = "2.1.0"
is-terminal = "0.4.12"
Expand All @@ -28,7 +28,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"], optional =
term-transcript = { version = "0.3.0", path = ".." }

[dev-dependencies]
tempfile = "3.10.0"
tempfile = "3.10.1"

[features]
default = []
Expand Down
4 changes: 0 additions & 4 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,3 @@ skip-tree = [
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-git = [
# Temporary override fixing new Clippy lints
"https://github.com/slowli/test-casing.git",
]
6 changes: 3 additions & 3 deletions e2e-tests/rainbow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "rainbow-repl"
path = "src/bin/repl.rs"

[dependencies]
anyhow = "1.0.79"
anyhow = "1.0.80"
termcolor = "1.4.1"

[dependencies.term-transcript]
Expand All @@ -25,8 +25,8 @@ features = ["tracing"]
[dev-dependencies]
handlebars = "5.1.0"
pretty_assertions = "1.0.0"
tempfile = "3.10.0"
test-casing = { version = "0.1.2", git = "https://github.com/slowli/test-casing.git", rev = "dd4d4eac4d3300ca1eed8ec64c22a5b8aa82fdbc" }
tempfile = "3.10.1"
test-casing = "0.1.3"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

Expand Down

0 comments on commit e86d737

Please sign in to comment.