Skip to content

Commit

Permalink
Bump the prod-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the prod-dependencies group with 2 updates: [const-hex](https://github.com/danipopes/const-hex) and [itertools](https://github.com/rust-itertools/itertools).


Updates `const-hex` from 1.11.3 to 1.11.4
- [Commits](DaniPopes/const-hex@v1.11.3...v1.11.4)

Updates `itertools` from 0.12.1 to 0.13.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.12.1...v0.13.0)

---
updated-dependencies:
- dependency-name: const-hex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 614077e commit 480e552
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
17 changes: 13 additions & 4 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 @@ -14,7 +14,7 @@ path = "src/main.rs"

[dependencies]
xxhash-rust = { version = "0.8.10", features = ["xxh3"] }
const-hex = "1.11.3"
const-hex = "1.11.4"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt", "json"] }
test-log = { version = "0.2.16", features = ["trace"] }
Expand Down Expand Up @@ -101,7 +101,7 @@ opentelemetry-stdout = { version = "0.3.0", features = ["logs", "metrics", "trac
opentelemetry-prometheus = "0.15.0"
prometheus = "0.13.4"
built = "0.7.2"
itertools = "0.12.1"
itertools = "0.13.0"


[profile.dev.package.sqlx-macros]
Expand Down

0 comments on commit 480e552

Please sign in to comment.