Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
renovate[bot] authored Jan 10, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4775242 commit 31c18b7
Showing 6 changed files with 1,097 additions and 515 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
if: github.repository == 'zhaofengli/attic'

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2

- uses: DeterminateSystems/nix-installer-action@v15
continue-on-error: true # Self-hosted runners already have Nix installed
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2

- name: Install current Bash on macOS
if: runner.os == 'macOS'
@@ -76,7 +76,7 @@ jobs:
- "default"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2

- name: Install current Bash on macOS
if: runner.os == 'macOS'
@@ -137,7 +137,7 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2
- uses: DeterminateSystems/nix-installer-action@v15
continue-on-error: true # Self-hosted runners already have Nix installed

@@ -176,7 +176,7 @@ jobs:
strategy:
matrix: ${{fromJSON(needs.nix-matrix.outputs.matrix)}}
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2

- name: Install current Bash on macOS
if: runner.os == 'macOS'
@@ -225,7 +225,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2

- name: Install current Bash on macOS
if: runner.os == 'macOS'
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2

- name: Install current Bash on macOS
if: runner.os == 'macOS'
1,586 changes: 1,084 additions & 502 deletions Cargo.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -27,8 +27,8 @@ async-stream = "0.3.5"
async-trait = "0.1.68"
aws-config = "1.5.0"
aws-sdk-s3 = "1.32.0"
axum = "0.7.5"
axum-macros = "0.4.1"
axum = "0.8.0"
axum-macros = "0.5.0"
base64 = "0.22.1"
bytes = "1.4.0"
chrono = "0.4.24"
@@ -42,7 +42,7 @@ hex = "0.4.3"
http-body-util = "0.1.1"
humantime = "2.1.0"
humantime-serde = "1.1.1"
itoa = "=1.0.5"
itoa = "=1.0.14"
maybe-owned = "0.3.4"
rand = "0.8.5"
regex = "1.8.3"
@@ -53,12 +53,12 @@ serde_json = "1.0.96"
serde_with = "3.0.0"
tokio-util = { version = "0.7.8", features = [ "io" ] }
toml = "0.8.8"
tower-http = { version = "0.5.2", features = [ "catch-panic", "trace" ] }
tower-http = { version = "0.6.0", features = [ "catch-panic", "trace" ] }
tracing = "0.1.37"
tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.17", features = [ "json" ] }
uuid = { version = "1.3.3", features = ["v4"] }
console-subscriber = "0.2.0"
console-subscriber = "0.4.0"
xdg = "2.5.0"
rsa = "0.9.3"

2 changes: 1 addition & 1 deletion token/Cargo.toml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ base64 = "0.22.1"
chrono = "0.4.31"
displaydoc = "0.2.4"
indexmap = { version = "2.2.6", features = ["serde"] }
jwt-simple = "0.11.5"
jwt-simple = "0.12.0"
lazy_static = "1.4.0"
regex = "1.8.3"
serde = "1.0.163"

0 comments on commit 31c18b7

Please sign in to comment.