Skip to content

Commit

Permalink
Bump the rust-dependencies group with 9 updates (#158)
Browse files Browse the repository at this point in the history
Bumps the rust-dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [chrono](https://github.com/chronotope/chrono) | `0.4.26` | `0.4.31` |
| [clap](https://github.com/clap-rs/clap) | `4.3.22` | `4.4.6` |
| [indexmap](https://github.com/bluss/indexmap) | `2.0.0` | `2.0.2` |
| [regex](https://github.com/rust-lang/regex) | `1.9.3` | `1.10.0` |
| [semver](https://github.com/dtolnay/semver) | `1.0.18` | `1.0.20` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.105` | `1.0.107` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.48` | `1.0.49` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.19.14` | `0.20.0` |
| [toml](https://github.com/toml-rs/toml) | `0.7.6` | `0.8.0` |


Updates `chrono` from 0.4.26 to 0.4.31
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.26...v0.4.31)

Updates `clap` from 4.3.22 to 4.4.6
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.3.22...v4.4.6)

Updates `indexmap` from 2.0.0 to 2.0.2
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.0.0...2.0.2)

Updates `regex` from 1.9.3 to 1.10.0
- [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.9.3...1.10.0)

Updates `semver` from 1.0.18 to 1.0.20
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.18...1.0.20)

Updates `serde_json` from 1.0.105 to 1.0.107
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.105...v1.0.107)

Updates `thiserror` from 1.0.48 to 1.0.49
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.48...1.0.49)

Updates `toml_edit` from 0.19.14 to 0.20.0
- [Commits](toml-rs/toml@v0.19.14...v0.20.0)

Updates `toml` from 0.7.6 to 0.8.0
- [Commits](toml-rs/toml@toml-v0.7.6...toml-v0.8.0)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: indexmap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: toml_edit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 12, 2023
1 parent f581371 commit 5dde4b7
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 81 deletions.
114 changes: 35 additions & 79 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 @@ -35,8 +35,8 @@ regex = "1"
semver = "1"
serde_json = "1"
thiserror = "1"
toml_edit = "0.19"
toml_edit = "0.20"
uriparse = "0.6"

[dev-dependencies]
toml = "0.7"
toml = "0.8"

0 comments on commit 5dde4b7

Please sign in to comment.