Skip to content

Commit

Permalink
Bump the minor-changes group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor-changes group with 2 updates: [handlebars](https://github.com/sunng87/handlebars-rust) and [serde](https://github.com/serde-rs/serde).


Updates `handlebars` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/sunng87/handlebars-rust/releases)
- [Changelog](https://github.com/sunng87/handlebars-rust/blob/v4.5.0/CHANGELOG.md)
- [Commits](sunng87/handlebars-rust@v4.4.0...v4.5.0)

Updates `serde` from 1.0.190 to 1.0.192
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.190...v1.0.192)

---
updated-dependencies:
- dependency-name: handlebars
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-changes
- dependency-name: serde
  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 Nov 10, 2023
1 parent ff18f49 commit a9903a0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
# Public dependencies (present in the public API).
quick-xml = { version = "0.31.0", optional = true }
handlebars = { version = "4.0.0", optional = true }
handlebars = { version = "4.5.0", optional = true }
portable-pty = { version = "0.8.0", optional = true }

# Private dependencies (not exposed in the public API).
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/main.rs"
[dependencies]
anyhow = "1.0.40"
clap = { version = "4.4.7", features = ["derive", "env", "wrap_help"] }
handlebars = "4.3.1"
handlebars = "4.5.0"
humantime = "2.1.0"
is-terminal = "0.4.9"
serde_json = "1.0"
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 @@ -23,7 +23,7 @@ path = "../.."
features = ["tracing"]

[dev-dependencies]
handlebars = "4.3.1"
handlebars = "4.5.0"
pretty_assertions = "1.0.0"
tempfile = "3.8.1"
test-casing = "0.1.2"
Expand Down

0 comments on commit a9903a0

Please sign in to comment.