Skip to content

Commit fd7ffc5

Browse files
authored
Merge pull request #25 from SiddheshKanawade/master
fix: Update tokio
2 parents 393f428 + 23ae99e commit fd7ffc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ path = "src/lib.rs"
1515
[dependencies]
1616
actix = "0.13.0"
1717
casbin = { version = "2.0.9", default-features = false, features = [ "incremental", "cached"] }
18-
actix-casbin-auth = { version = "0.4.4", default-features = false }
19-
tokio = { version = "0.2.22", default-features = false, optional = true }
18+
actix-casbin-auth = {git = "https://github.com/casbin-rs/actix-casbin-auth", default-features = false }
19+
tokio = { version = "1.19.2", default-features = false, optional = true }
2020
async-std = { version = "1.11.0", default-features = false, optional = true }
2121
futures = "0.3.21"
2222

@@ -27,6 +27,6 @@ runtime-tokio = ["casbin/runtime-tokio", "tokio/sync", "actix-casbin-auth/runtim
2727
runtime-async-std = ["casbin/runtime-async-std", "async-std/std", "actix-casbin-auth/runtime-async-std"]
2828

2929
[dev-dependencies]
30-
tokio = { version = "1.18.1", features = [ "full" ] }
30+
tokio = { version = "1.19.2", features = [ "full" ] }
3131
async-std = { version = "1.11.0", features = [ "attributes" ] }
3232
actix-rt = "2.7.0"

0 commit comments

Comments
 (0)