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 Jul 1, 2024
1 parent 5f1c4be commit bd700e3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
44 changes: 22 additions & 22 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 @@ -36,7 +36,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 @@ -40,10 +40,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 bd700e3

Please sign in to comment.