Skip to content

Commit

Permalink
Bump the cargo-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 2 updates: [regex](https://github.com/rust-lang/regex) and [toml](https://github.com/toml-rs/toml).


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

Updates `toml` from 0.8.13 to 0.8.14
- [Commits](toml-rs/toml@toml-v0.8.13...toml-v0.8.14)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and DanNixon committed Jun 10, 2024
1 parent ab141c8 commit 1951e6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 @@ -24,9 +24,9 @@ git2 = "0.18.3"
log = "0.4.21"
octocrab = "0.38.0"
rayon = "1.10.0"
regex = "1.10.4"
regex = "1.10.5"
serde = { version = "1.0.203", features = ["derive"] }
serde_variant = "0.1.3"
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
toml = "0.8.13"
toml = "0.8.14"
url = { version = "2.5.0", features = ["serde"] }

0 comments on commit 1951e6d

Please sign in to comment.