Skip to content

Commit

Permalink
chore(deps): update build-info crates to 0.0.40 (#646)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 3, 2025
1 parent 8d75cf1 commit 8bf83f5
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 22 deletions.
61 changes: 41 additions & 20 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 @@ -52,7 +52,7 @@ sqlx = { version = "0.8.2", features = [
uuid = { version = "1.11.0", features = ["v7"] }
tracing = { version = "0.1.40", default-features = false }
bigdecimal = "0.4.3"
build-info = "0.0.39"
build-info = "0.0.40"
tap_core = { version = "3.0.0", default-features = false }
tap_aggregator = { version = "0.4.0", default-features = false }
tap_graph = { version = "0.2.0", features = ["v2"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ insta = "1.41.1"
test-log.workspace = true

[build-dependencies]
build-info-build = { version = "0.0.39", default-features = false }
build-info-build = { version = "0.0.40", default-features = false }

0 comments on commit 8bf83f5

Please sign in to comment.