Skip to content

Commit

Permalink
chore: Bump the dev-dependencies group with 2 updates (#250)
Browse files Browse the repository at this point in the history
* chore: Bump the dev-dependencies group with 2 updates

Bumps the dev-dependencies group with 2 updates: [regex](https://github.com/rust-lang/regex) and [uuid](https://github.com/uuid-rs/uuid).


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 `uuid` from 1.6.1 to 1.7.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.6.1...1.7.0)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Cargo update

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lauren Datz <[email protected]>
  • Loading branch information
dependabot[bot] and ladatz authored Jan 26, 2024
1 parent 5886244 commit cd8b74e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 44 deletions.
80 changes: 37 additions & 43 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tonic = "0.10"
tonic-build = "0.10"
tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
uuid = { version = "1.6.1", features = ["v4"] }
uuid = { version = "1.7.0", features = ["v4"] }
url = "2.5"
test-case = "2.2.2"

Expand Down

0 comments on commit cd8b74e

Please sign in to comment.