Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade dependencies to support casbin 2.1.0 and sqlx 0.7 #87

Merged
merged 5 commits into from
Feb 8, 2024

Conversation

MuZhou233
Copy link
Contributor

@MuZhou233 MuZhou233 commented Feb 7, 2024

Fix #85
Based on #80 and #86

  • casbin v2.1 contains breaking changes
  • sqlx v0.7 contains breaking changes, offline and actix related feature flags are removed.

EDIT:

MuZhou233 and others added 3 commits February 7, 2024 16:25
Signed-off-by: Igor Pashev <pashev.igor@gmail.com>

(cherry picked from commit 7bf0de0)
@MuZhou233 MuZhou233 changed the title fix: upgrade casbin to v2.1.0 fix: upgrade dependencies Feb 7, 2024
@codecov-commenter
Copy link

codecov-commenter commented Feb 8, 2024

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (c1e50ca) 64.56% compared to head (47bc230) 65.28%.

Files Patch % Lines
src/actions.rs 57.14% 3 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #87      +/-   ##
==========================================
+ Coverage   64.56%   65.28%   +0.72%     
==========================================
  Files           4        3       -1     
  Lines         364      363       -1     
==========================================
+ Hits          235      237       +2     
+ Misses        129      126       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hsluoyz hsluoyz changed the title fix: upgrade dependencies feat: upgrade dependencies to support casbin 2.1.0 and sqlx 0.7 Feb 8, 2024
@hsluoyz hsluoyz merged commit ecdbbd7 into casbin-rs:master Feb 8, 2024
6 checks passed
This was referenced Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

brew update followed by brew upgrade fails for Python's 2to3 conflict (December 2022) update dependencies
4 participants