Skip to content

Commit

Permalink
chore(deps): update build-info crates to 0.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 11, 2024
1 parent d8d1af9 commit 21869f1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
38 changes: 19 additions & 19 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 common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ axum = { version = "0.7.5", default_features = true }
axum-extra = { version = "0.9.3", features = ["typed-header"] }
thiserror = "1.0.49"
async-trait = "0.1.74"
build-info = "0.0.34"
build-info = "0.0.37"
autometrics = { version = "1.0.1", features = ["prometheus-exporter"] }
tracing = "0.1.40"
tower_governor = "0.3.2"
Expand Down
4 changes: 2 additions & 2 deletions service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ graphql = { git = "https://github.com/edgeandnode/toolshed", tag = "graphql-v0.3
thegraph-graphql-http = { version = "0.2.0", features = [
"http-client-reqwest",
] }
build-info = "0.0.34"
build-info = "0.0.37"

[dev-dependencies]
hex-literal = "0.4.1"

[build-dependencies]
build-info-build = "0.0.34"
build-info-build = "0.0.37"

0 comments on commit 21869f1

Please sign in to comment.