Skip to content

Commit

Permalink
chore(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2023
1 parent e8b131c commit c9cc113
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: upgrade
run: rustup override set nightly
- name: nightly-clippy
Expand Down
68 changes: 49 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ log = "0.4.20"
async-tungstenite = "0.23.0"

mongodb = "2.6.0"
jsonwebtoken = "8.3.0"
jsonwebtoken = "9.1.0"
redis = { version = "0.23.2", features = ["async-std-comp"] }

serde = { version = "1.0.183", features = ["derive"] }
Expand Down

0 comments on commit c9cc113

Please sign in to comment.