From 573259bf3cb9c229641d6122a03bc2af8bec0b71 Mon Sep 17 00:00:00 2001 From: Wren Turkal <wt@penguintechs.org> Date: Tue, 9 Apr 2024 12:44:12 -0700 Subject: [PATCH] Bump casbin to version 2.2.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 44cc7f0..18471c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }