1
1
[package ]
2
2
name = " diesel-adapter"
3
- version = " 0.7.0 "
3
+ version = " 0.7.1 "
4
4
authors = [
" Cheng JIANG <[email protected] >" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0"
7
7
description = " Diesel adapter for casbin-rs"
8
- homepage =" https://github.com/casbin-rs/diesel-adapter"
9
- readme =" README.md"
8
+ homepage = " https://github.com/casbin-rs/diesel-adapter"
9
+ readme = " README.md"
10
10
11
11
[dependencies ]
12
- casbin = { version = " 0.9.2 " , default-features = false , features = [" incremental" ] }
13
- diesel = { version = " 1.4.4 " , features = [" r2d2" ] }
14
- async-trait = " 0.1.30 "
15
- futures = " 0.3.4 "
16
- tokio = { version = " 0.2.20 " , default-features = false , optional = true }
17
- async-std = { version = " 1.5.0 " , default-features = false , optional = true }
12
+ casbin = { version = " 1.0.0 " , default-features = false , features = [" incremental" ] }
13
+ diesel = { version = " 1.4.5 " , features = [" r2d2" ] }
14
+ async-trait = " 0.1.36 "
15
+ futures = " 0.3.5 "
16
+ tokio = { version = " 0.2.21 " , default-features = false , optional = true }
17
+ async-std = { version = " 1.6.2 " , default-features = false , optional = true }
18
18
dotenv = { version = " 0.15.0" , default-features = false }
19
19
20
20
[features ]
@@ -27,6 +27,6 @@ runtime-tokio = ["casbin/runtime-tokio", "tokio/blocking", "tokio/rt-core"]
27
27
runtime-async-std = [" casbin/runtime-async-std" , " async-std/unstable" ]
28
28
29
29
[dev-dependencies ]
30
- async-std = { version = " 1.5.0 " , features = [ " attributes" , " unstable" ] }
31
- tokio = { version = " 0.2.20 " , features = [ " full" ] }
30
+ async-std = { version = " 1.6.2 " , features = [ " attributes" , " unstable" ] }
31
+ tokio = { version = " 0.2.21 " , features = [ " full" ] }
32
32
0 commit comments