File tree Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,5 @@ libbigtable.rlib
12
12
pk.pem
13
13
! /src /auth.rs
14
14
! /.gitignore
15
+ src /bin /main.rs
16
+ oneiros *
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " goauth"
3
- version = " 0.7.2 "
3
+ version = " 0.8.0 "
4
4
authors = [" Drazen Urch <github@drazenur.ch>" ]
5
5
description = " Crate for authenticating Server to Server Apps for Google Cloud Engine."
6
6
repository = " https://github.com/durch/rust-goauth"
@@ -15,18 +15,18 @@ name = "goauth"
15
15
path = " src/lib.rs"
16
16
17
17
[dependencies ]
18
- arc-swap = " ^ 0.4.7 "
19
- serde = " ^1.0 "
20
- serde_derive = " ^1.0 "
21
- serde_json = " ^1.0 "
22
- time = " 0.2.14 "
23
- log = " 0.4.8 "
24
- smpl_jwt = " ^ 0.5"
25
- reqwest = { version = " 0.10.4 " , features = [" blocking" , " json" ] }
26
- futures = " 0.3.4 "
27
- simpl = " 0.1.0 "
28
- tokio = { version = " ^ 0.2" , features = [" macros" ] }
18
+ arc-swap = " 0.4"
19
+ serde = " 1 "
20
+ serde_derive = " 1 "
21
+ serde_json = " 1 "
22
+ time = " 0.2"
23
+ log = " 0.4"
24
+ smpl_jwt = " 0.5"
25
+ reqwest = { version = " 0.10" , features = [" blocking" , " json" ] }
26
+ futures = " 0.3"
27
+ simpl = " 0.1"
28
+ tokio = { version = " 0.2" , features = [" macros" ] }
29
29
30
30
[dev-dependencies ]
31
- doc-comment = " 0.3.3 "
32
- mockito = " ^ 0.27.0 "
31
+ doc-comment = " 0.3"
32
+ mockito = " 0.27"
You can’t perform that action at this time.
0 commit comments