Skip to content

Commit

Permalink
chore(deps): update build-info requirement from 0.0.35 to 0.0.36 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 3a76e49 commit 24ca6fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
open-pull-requests-limit: 10
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
update-types: [ "version-update:semver-patch" ]
# wait for https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/issues/122
- dependency-name: "tonic-tracing-opentelemetry"
# wait for tonic : https://github.com/hyperium/tonic/issues/1579
Expand All @@ -25,6 +25,10 @@ updates:
- "tonic-web"
- "tonic-reflection"
- "tonic-build"
build-info:
patterns:
- "build-info"
- "build-info-build"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ backon = "0.4.1"
base62 = "2.0.2"
base64 = "0.22.0"
blake3 = "1.5.0"
build-info = "0.0.35"
build-info-build = "0.0.35"
build-info = "0.0.36"
build-info-build = "0.0.36"
bytes = "1.5.0"
cached = "0.49.2"
chrono = { version = "0.4.31", default-features = false }
Expand Down

0 comments on commit 24ca6fa

Please sign in to comment.