Skip to content

Commit

Permalink
Bump the patch group with 8 updates (#189)
Browse files Browse the repository at this point in the history
Bumps the patch group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.79` | `1.0.82` |
| [mdbook](https://github.com/rust-lang/mdBook) | `0.4.36` | `0.4.37` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.113` | `1.0.116` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.33` | `0.4.38` |
| [regex](https://github.com/rust-lang/regex) | `1.10.3` | `1.10.4` |
| [semver](https://github.com/dtolnay/semver) | `1.0.21` | `1.0.22` |
| [textwrap](https://github.com/mgeisler/textwrap) | `0.16.0` | `0.16.1` |
| [serde](https://github.com/serde-rs/serde) | `1.0.196` | `1.0.200` |


Updates `anyhow` from 1.0.79 to 1.0.82
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.79...1.0.82)

Updates `mdbook` from 0.4.36 to 0.4.37
- [Release notes](https://github.com/rust-lang/mdBook/releases)
- [Changelog](https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md)
- [Commits](rust-lang/mdBook@v0.4.36...v0.4.37)

Updates `serde_json` from 1.0.113 to 1.0.116
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.113...v1.0.116)

Updates `chrono` from 0.4.33 to 0.4.38
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.33...v0.4.38)

Updates `regex` from 1.10.3 to 1.10.4
- [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.3...1.10.4)

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

Updates `textwrap` from 0.16.0 to 0.16.1
- [Release notes](https://github.com/mgeisler/textwrap/releases)
- [Changelog](https://github.com/mgeisler/textwrap/blob/master/CHANGELOG.md)
- [Commits](mgeisler/textwrap@0.16.0...0.16.1)

Updates `serde` from 1.0.196 to 1.0.200
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.196...v1.0.200)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: mdbook
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: textwrap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent 0d82f61 commit 39823b5
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 71 deletions.
130 changes: 66 additions & 64 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ print_stdout = "warn"
print_stderr = "warn"

[workspace.dependencies]
anyhow = "1.0.79"
mdbook = { version = "0.4.36", default-features = false }
anyhow = "1.0.82"
mdbook = { version = "0.4.37", default-features = false }
polib = "0.2.0"
pretty_assertions = "1.3.0"
serde_json = "1.0.113"
serde_json = "1.0.116"
tempfile = "3.10.1"
8 changes: 4 additions & 4 deletions i18n-helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ workspace = true

[dependencies]
anyhow.workspace = true
chrono = { version = "0.4.33", default-features = false, features = ["alloc"] }
chrono = { version = "0.4.38", default-features = false, features = ["alloc"] }
mdbook.workspace = true
polib.workspace = true
pulldown-cmark = { version = "0.9.2", default-features = false }
pulldown-cmark-to-cmark = "11.2.0"
regex = "1.10.3"
semver = "1.0.21"
regex = "1.10.4"
semver = "1.0.22"
serde_json.workspace = true
syntect = "5.2.0"
textwrap = { version = "0.16.0", default-features = false }
textwrap = { version = "0.16.1", default-features = false }

[dev-dependencies]
pretty_assertions.workspace = true
Expand Down

0 comments on commit 39823b5

Please sign in to comment.