Skip to content

Commit

Permalink
Bump casbin to version 2.2.0.
Browse files Browse the repository at this point in the history
Closes: #41
  • Loading branch information
wt committed Apr 9, 2024
1 parent 6666210 commit bcf892d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name = "actix_casbin_auth"
path = "src/lib.rs"

[dependencies]
casbin = { version = "2.0.9", default-features = false, features = ["incremental", "cached"] }
casbin = { version = "2.2.0", default-features = false, features = ["incremental", "cached"] }
tokio = { version = "1.17.0", default-features = false, optional = true }
async-std = { version = "1.10.0", default-features = false, optional = true }
actix-web = { version = "4.0.1", default-features = false }
Expand Down

0 comments on commit bcf892d

Please sign in to comment.