mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
update dependency specs
This commit is contained in:
parent
dceba1f2f1
commit
8ea192fcab
1 changed files with 9 additions and 9 deletions
|
@ -12,15 +12,15 @@ crate-type = ["staticlib","rlib"]
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
openidconnect = "2.1.2"
|
openidconnect = "2.1"
|
||||||
base64 = "0.13.0"
|
base64 = "0.13"
|
||||||
url = "2.2.2"
|
url = "2.2"
|
||||||
reqwest = "0.11.7"
|
reqwest = "0.11"
|
||||||
jsonwebtoken = "7.2.0"
|
jsonwebtoken = "7.2"
|
||||||
serde = "1.0.130"
|
serde = "1.0"
|
||||||
time = { version = "0.3.5", features = ["formatting"] }
|
time = { version = "0.3", features = ["formatting"] }
|
||||||
bytes = "1.1.0"
|
bytes = "1.1"
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
cbindgen = "0.20.0"
|
cbindgen = "0.20"
|
||||||
|
|
Loading…
Add table
Reference in a new issue