Skip to content

Commit

Permalink
fix: run cargo update to get security fix for openssl (#138)
Browse files Browse the repository at this point in the history
* fix: run `cargo update` to get security fix for `openssl`

* chore: switch to lockfile v3 to support older versions of `cargo`

* chore: fix new `is_some_and` clippy lint
  • Loading branch information
clechasseur authored Feb 3, 2025
1 parent 02ab543 commit f7e6fab
Show file tree
Hide file tree
Showing 5 changed files with 176 additions and 121 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ playground/**/*
# These are backup files generated by rustfmt
**/*.rs.bk

# Files that exist while we run `cargo minimal-versions`/`cargo msrv`
*.msrv-prep*.bak

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

Expand Down
Loading

0 comments on commit f7e6fab

Please sign in to comment.