Skip to content

Commit

Permalink
Bump the deps group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the deps group with 2 updates in the / directory: [regex](https://github.com/rust-lang/regex) and toolforge.


Updates `regex` from 1.10.6 to 1.11.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.10.6...1.11.0)

Updates `toolforge` from 5.7.0 to 5.8.0

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: toolforge
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent f1c4365 commit 59ebe04
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 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 dbreps2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ git-version = "0.3.9"
log = "0.4"
mwbot = "0.6.0"
mysql_async = { version = "0.34", default-features = false, features = ["minimal"] }
regex = "1.10"
regex = "1.11"
serde = { version = "1.0", features = ["derive"] }
thousands = "0.2.0"
time = { version = "0.3", features = ["formatting", "macros", "parsing"] }
tokio = { version = "1.40", features = ["full"] }
toml = "0.8.19"
toolforge = { version = "5.0", features = ["mysql"] }
toolforge = { version = "5.8", features = ["mysql"] }
wikipedia_prosesize = "0.2.0"

0 comments on commit 59ebe04

Please sign in to comment.