Skip to content

Commit a3b6d18

Browse files
chore(deps): bump the dependencies group with 5 updates
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [askama](https://github.com/askama-rs/askama) | `0.15.3` | `0.15.4` | | [askama_derive](https://github.com/askama-rs/askama) | `0.15.3` | `0.15.4` | | [clap](https://github.com/clap-rs/clap) | `4.5.55` | `4.5.56` | | [insta](https://github.com/mitsuhiko/insta) | `1.46.1` | `1.46.2` | | [trybuild](https://github.com/dtolnay/trybuild) | `1.0.114` | `1.0.115` | Updates `askama` from 0.15.3 to 0.15.4 - [Release notes](https://github.com/askama-rs/askama/releases) - [Commits](askama-rs/askama@v0.15.3...v0.15.4) Updates `askama_derive` from 0.15.3 to 0.15.4 - [Release notes](https://github.com/askama-rs/askama/releases) - [Commits](askama-rs/askama@v0.15.3...v0.15.4) Updates `clap` from 4.5.55 to 4.5.56 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.55...clap_complete-v4.5.56) Updates `insta` from 1.46.1 to 1.46.2 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.46.1...1.46.2) Updates `trybuild` from 1.0.114 to 1.0.115 - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](dtolnay/trybuild@1.0.114...1.0.115) --- updated-dependencies: - dependency-name: askama dependency-version: 0.15.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: askama_derive dependency-version: 0.15.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: clap dependency-version: 4.5.56 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: insta dependency-version: 1.46.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: trybuild dependency-version: 1.0.115 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 99e58ae commit a3b6d18

File tree

2 files changed

+27
-26
lines changed

2 files changed

+27
-26
lines changed

Cargo.lock

Lines changed: 25 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ahash = { version = "0.8.12", default-features = false }
6060
aide = { version = "0.15", default-features = false }
6161
anstyle = "1.0.13"
6262
anyhow = "1.0.100"
63-
askama = { version = "0.15.3", default-features = false }
63+
askama = { version = "0.15.4", default-features = false }
6464
askama_derive = { version = "0.15.3", default-features = false, features = ["external-sources", "proc-macro"] }
6565
assert_cmd = "2"
6666
async-stream = "0.3"
@@ -72,7 +72,7 @@ cargo_toml = "0.22"
7272
chrono = { version = "0.4.43", default-features = false }
7373
chrono-tz = { version = "0.10.4", default-features = false }
7474
chumsky = { version = "0.9.3", default-features = false }
75-
clap = { version = "4.5.55", features = ["deprecated"] }
75+
clap = { version = "4.5.56", features = ["deprecated"] }
7676
clap-verbosity-flag = { version = "3", default-features = false }
7777
clap_complete = "4"
7878
clap_mangen = "0.2.31"

0 commit comments

Comments
 (0)