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 Jun 18, 2024
1 parent e8b131c commit edf9c94
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 24 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
153 changes: 132 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async-std = { version = "1.12.0", features = ["attributes", "tokio1"] }
async-trait = "0.1.73"
futures-util = "0.3.28"

dashmap = "5.5.0"
dashmap = "6.0.0"
lazy_static = "1.4.0"
once_cell = "1.18.0"

Expand All @@ -25,7 +25,7 @@ log = "0.4.20"
async-tungstenite = "0.23.0"

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

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

0 comments on commit edf9c94

Please sign in to comment.