Skip to content

Commit ba7be26

Browse files
committed
Bump 0.8, relax dependencies
1 parent 33e8677 commit ba7be26

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ libbigtable.rlib
1212
pk.pem
1313
!/src/auth.rs
1414
!/.gitignore
15+
src/bin/main.rs
16+
oneiros*

Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "goauth"
3-
version = "0.7.2"
3+
version = "0.8.0"
44
authors = ["Drazen Urch <github@drazenur.ch>"]
55
description = "Crate for authenticating Server to Server Apps for Google Cloud Engine."
66
repository = "https://github.com/durch/rust-goauth"
@@ -15,18 +15,18 @@ name = "goauth"
1515
path = "src/lib.rs"
1616

1717
[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"] }
2929

3030
[dev-dependencies]
31-
doc-comment = "0.3.3"
32-
mockito = "^0.27.0"
31+
doc-comment = "0.3"
32+
mockito = "0.27"

0 commit comments

Comments
 (0)