Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 2, 2024
1 parent d664a0e commit 50d1c1c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/renovate-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Validate
uses: rinchsan/renovate-config-validator@v0.0.12
uses: rinchsan/renovate-config-validator@v0.2.0
with:
pattern: 'renovate.json'
2 changes: 1 addition & 1 deletion .github/workflows/sentry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3

- name: Sentry Release
uses: getsentry/action-release@v1.4.1
uses: getsentry/action-release@v1.7.0
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
Expand Down
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,28 @@ thiserror = "1.0"
backtrace = "0.3.68"
actix-web = "4.3.1"
tracing-actix-web = "0.7.5"
config = "0.13.3"
config = "0.14.0"
serde = "1.0.171"
serde_json = "1.0.102"
reqwest = "0.11.18"
reqwest-middleware = "0.2.2"
reqwest-tracing = "0.4.5"
reqwest = "0.12.0"
reqwest-middleware = "0.3.0"
reqwest-tracing = "0.5.0"
tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1.14"
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
secrecy = { version = "0.8.0", features = ["serde"] }
regex = "1.9.1"
getset = "0.1.2"
derive-new = "0.5.9"
sentry = { version = "0.31.5", features = ["anyhow", "debug-images", "reqwest", "backtrace"] }
derive-new = "0.6.0"
sentry = { version = "0.34.0", features = ["anyhow", "debug-images", "reqwest", "backtrace"] }

[dev-dependencies]
http = "0.2.9"
temp-env = "0.3.4"
serde_test = "1.0.171"
lazy_static = "1.4.0"
wiremock = "0.5.19"
wiremock = "0.6.0"

[profile.release]
lto = true
Expand Down

0 comments on commit 50d1c1c

Please sign in to comment.