Skip to content

Commit 5d720b7

Browse files
dependabot[bot]jwodder
authored andcommitted
[cargo](deps): Bump the deps group with 10 updates
Bumps the deps group with 10 updates: | Package | From | To | | --- | --- | --- | | [anstyle](https://github.com/rust-cli/anstyle) | `1.0.4` | `1.0.6` | | [itertools](https://github.com/rust-itertools/itertools) | `0.12.0` | `0.12.1` | | [toml](https://github.com/toml-rs/toml) | `0.8.8` | `0.8.9` | | [winnow](https://github.com/winnow-rs/winnow) | `0.5.35` | `0.5.37` | | [iana-time-zone](https://github.com/strawlab/iana-time-zone) | `0.1.59` | `0.1.60` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.2.1` | `2.2.2` | | [libc](https://github.com/rust-lang/libc) | `0.2.152` | `0.2.153` | | [miniz_oxide](https://github.com/Frommi/miniz_oxide) | `0.7.1` | `0.7.2` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.30` | `0.38.31` | | [webpki-roots](https://github.com/rustls/webpki-roots) | `0.25.3` | `0.25.4` | Updates `anstyle` from 1.0.4 to 1.0.6 - [Commits](rust-cli/anstyle@v1.0.4...v1.0.6) Updates `itertools` from 0.12.0 to 0.12.1 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.12.0...v0.12.1) Updates `toml` from 0.8.8 to 0.8.9 - [Commits](toml-rs/toml@toml-v0.8.8...toml-v0.8.9) Updates `winnow` from 0.5.35 to 0.5.37 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.5.35...v0.5.37) Updates `iana-time-zone` from 0.1.59 to 0.1.60 - [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md) - [Commits](strawlab/iana-time-zone@v0.1.59...v0.1.60) Updates `indexmap` from 2.2.1 to 2.2.2 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.2.1...2.2.2) Updates `libc` from 0.2.152 to 0.2.153 - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](rust-lang/libc@0.2.152...0.2.153) Updates `miniz_oxide` from 0.7.1 to 0.7.2 - [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md) - [Commits](https://github.com/Frommi/miniz_oxide/commits) Updates `rustix` from 0.38.30 to 0.38.31 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](bytecodealliance/rustix@v0.38.30...v0.38.31) Updates `webpki-roots` from 0.25.3 to 0.25.4 - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](rustls/webpki-roots@v/0.25.3...v/0.25.4) --- updated-dependencies: - dependency-name: anstyle dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: winnow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: iana-time-zone dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: indexmap dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: libc dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: miniz_oxide dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: rustix dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: webpki-roots dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e9d7738 commit 5d720b7

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ publish = false
1313

1414
[dependencies]
1515
anstream = "0.6.11"
16-
anstyle = "1.0.4"
16+
anstyle = "1.0.6"
1717
anyhow = "1.0.79"
1818
cargo_metadata = "0.18.1"
1919
chrono = { version = "0.4.33", default-features = false, features = ["clock", "serde"] }
@@ -26,7 +26,7 @@ home = "0.5.9"
2626
in-place = "0.2.0"
2727
include_dir = "0.7.3"
2828
indenter = "0.3.3"
29-
itertools = "0.12.0"
29+
itertools = "0.12.1"
3030
log = "0.4.20"
3131
mime = "0.3.17"
3232
once_cell = "1.19.0"
@@ -39,12 +39,12 @@ shell-words = "1.1.0"
3939
tempfile = "3.9.0"
4040
thiserror = "1.0.56"
4141
tinytemplate = "1.2.1"
42-
toml = { version = "0.8.8", default-features = false, features = ["parse"] }
42+
toml = { version = "0.8.9", default-features = false, features = ["parse"] }
4343
toml_edit = "0.21.0"
4444
ureq = { version = "2.9.1", features = ["json"] }
4545
url = "2.5.0"
4646
which = "6.0.0"
47-
winnow = "0.5.35"
47+
winnow = "0.5.37"
4848

4949
[dev-dependencies]
5050
assert_cmd = "2.0.13"

0 commit comments

Comments
 (0)