Update inth-oauth2 dep
This commit is contained in:
parent
0d37186654
commit
3091e92be3
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "inth-oauth2"]
|
||||||
|
path = inth-oauth2
|
||||||
|
url = https://git.lain.faith/misc-deps/inth-oauth2.git
|
|
@ -16,7 +16,7 @@ base64 = "0.10"
|
||||||
biscuit = "0.1"
|
biscuit = "0.1"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
failure = "0.1"
|
failure = "0.1"
|
||||||
inth-oauth2 = "0.16"
|
inth-oauth2 = { path = "inth-oauth2" }
|
||||||
reqwest = { version = "0.9", features = ["hyper-011"] }
|
reqwest = { version = "0.9", features = ["hyper-011"] }
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 65bde6b0c8a5d2cd8a9aa2e28e3efa06042a6b8f
|
Loading…
Reference in New Issue