Skip to content

Commit a12bba4

Browse files
fix: bump MSRV and security update in dependencies (#264)
* chore(deps): bump jsonwebtoken in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [jsonwebtoken](https://github.com/Keats/jsonwebtoken). Updates `jsonwebtoken` from 9.3.1 to 10.3.0 - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](Keats/jsonwebtoken@v9.3.1...v10.3.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.3.0 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com> * refactor: switch crossterm for ratatui_crossterm * chore(deps): bytes due to a security vulnerability * chore: bump editions to 2024 * fmt: edition 2024 * chore: automated clippy lints * chore: bump MSRV to 1.86 due to ratatui --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jose Storopoli <jose@storopoli.com>
1 parent deada1d commit a12bba4

14 files changed

Lines changed: 748 additions & 175 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
strategy:
6161
matrix:
62-
rust: [stable, beta, "1.83.0"]
62+
rust: [stable, beta, "1.86.0"]
6363
steps:
6464
- name: Checkout code
6565
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4

0 commit comments

Comments
 (0)