Skip to content

Commit 7895735

Browse files
dependabot[bot]jwodder
authored andcommitted
[cargo](deps): Bump the deps group with 8 updates
Bumps the deps group with 8 updates: | Package | From | To | | --- | --- | --- | | [chrono](https://github.com/chronotope/chrono) | `0.4.31` | `0.4.33` | | [serde](https://github.com/serde-rs/serde) | `1.0.195` | `1.0.196` | | [serde_json](https://github.com/serde-rs/json) | `1.0.111` | `1.0.113` | | [winnow](https://github.com/winnow-rs/winnow) | `0.5.34` | `0.5.35` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.1.0` | `2.2.1` | | [regex](https://github.com/rust-lang/regex) | `1.10.2` | `1.10.3` | | [regex-automata](https://github.com/rust-lang/regex) | `0.4.4` | `0.4.5` | | [serde_yaml](https://github.com/dtolnay/serde-yaml) | `0.9.30` | `0.9.31` | Updates `chrono` from 0.4.31 to 0.4.33 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.31...v0.4.33) Updates `serde` from 1.0.195 to 1.0.196 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.195...v1.0.196) Updates `serde_json` from 1.0.111 to 1.0.113 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.111...v1.0.113) Updates `winnow` from 0.5.34 to 0.5.35 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.5.34...v0.5.35) Updates `indexmap` from 2.1.0 to 2.2.1 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.1.0...2.2.1) Updates `regex` from 1.10.2 to 1.10.3 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.10.2...1.10.3) Updates `regex-automata` from 0.4.4 to 0.4.5 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/commits/regex-automata-0.4.5) Updates `serde_yaml` from 0.9.30 to 0.9.31 - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](dtolnay/serde-yaml@0.9.30...0.9.31) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: serde_json 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: indexmap dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: regex dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: regex-automata dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: serde_yaml dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d4329b commit 7895735

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

Cargo.lock

Lines changed: 19 additions & 19 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
@@ -16,7 +16,7 @@ anstream = "0.6.11"
1616
anstyle = "1.0.4"
1717
anyhow = "1.0.79"
1818
cargo_metadata = "0.18.1"
19-
chrono = { version = "0.4.31", default-features = false, features = ["clock", "serde"] }
19+
chrono = { version = "0.4.33", default-features = false, features = ["clock", "serde"] }
2020
clap = { version = "4.4.18", default-features = false, features = ["derive", "error-context", "help", "std", "suggestions", "usage", "wrap_help"] }
2121
fern = "0.6.2"
2222
fs-err = "2.11.0"
@@ -33,8 +33,8 @@ once_cell = "1.19.0"
3333
rangemap = "1.4.0"
3434
renamore = "0.3.2"
3535
semver = "1.0.21"
36-
serde = { version = "1.0.193", features = ["derive"] }
37-
serde_json = "1.0.111"
36+
serde = { version = "1.0.196", features = ["derive"] }
37+
serde_json = "1.0.113"
3838
shell-words = "1.1.0"
3939
tempfile = "3.9.0"
4040
thiserror = "1.0.56"
@@ -44,7 +44,7 @@ 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.0"
47+
winnow = "0.5.35"
4848

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

0 commit comments

Comments
 (0)