Skip to content

Commit

Permalink
Bump the prod-dependencies group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the prod-dependencies group with 4 updates in the / directory: [const-hex](https://github.com/danipopes/const-hex), [serde](https://github.com/serde-rs/serde), [built](https://github.com/lukaslueg/built) 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 `serde` from 1.0.202 to 1.0.203
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.202...v1.0.203)

Updates `built` from 0.7.2 to 0.7.3
- [Changelog](https://github.com/lukaslueg/built/blob/master/CHANGELOG.md)
- [Commits](lukaslueg/built@0.7.2...0.7.3)

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: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: built
  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 27, 2024
1 parent 614077e commit 2c61d52
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 15 deletions.
29 changes: 19 additions & 10 deletions Cargo.lock

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

10 changes: 5 additions & 5 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 @@ -42,7 +42,7 @@ tokio = { version = "1.36.0", features = ["full"] }
eyre = "0.6.12"
regex = "1.10.4"
async-trait = "0.1.77"
serde = { version = "1.0.202", features = ["derive"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
serde_cbor = "0.11.2"
clap = { version = "4.5.2", features = ["derive"] }
Expand Down Expand Up @@ -100,13 +100,13 @@ opentelemetry_sdk = { version = "0.22.1", features = ["metrics", "rt-tokio"] }
opentelemetry-stdout = { version = "0.3.0", features = ["logs", "metrics", "trace"] }
opentelemetry-prometheus = "0.15.0"
prometheus = "0.13.4"
built = "0.7.2"
itertools = "0.12.1"
built = "0.7.3"
itertools = "0.13.0"


[profile.dev.package.sqlx-macros]
opt-level = 3


[build-dependencies]
built = { version = "0.7.2", features = ["git2"] }
built = { version = "0.7.3", features = ["git2"] }

0 comments on commit 2c61d52

Please sign in to comment.