mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-05-11 04:52:54 +00:00
update rust dependencies
This commit is contained in:
parent
e7ed1e4f93
commit
c89683fb0f
788
rustybits/Cargo.lock
generated
788
rustybits/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,3 @@
|
|||||||
[workspace]
|
[workspace]
|
||||||
|
resolver = "2"
|
||||||
members = ["smeeclient", "zeroidc"]
|
members = ["smeeclient", "zeroidc"]
|
||||||
|
@ -10,9 +10,9 @@ crate-type = ["staticlib", "rlib"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
temporal-sdk = { git = "https://github.com/temporalio/sdk-core" }
|
temporal-sdk = { git = "https://github.com/temporalio/sdk-core", branch = "master" }
|
||||||
temporal-client = { git = "https://github.com/temporalio/sdk-core" }
|
temporal-client = { git = "https://github.com/temporalio/sdk-core", branch = "master" }
|
||||||
temporal-sdk-core-protos = { git = "https://github.com/temporalio/sdk-core" }
|
temporal-sdk-core-protos = { git = "https://github.com/temporalio/sdk-core", branch = "master" }
|
||||||
tokio = { version = "1.29", features = ["full"] }
|
tokio = { version = "1.29", features = ["full"] }
|
||||||
url = { version = "2" }
|
url = { version = "2" }
|
||||||
uuid = { version = "1.4", features = ["v4"] }
|
uuid = { version = "1.4", features = ["v4"] }
|
||||||
|
@ -9,7 +9,7 @@ publish = false
|
|||||||
crate-type = ["staticlib", "rlib"]
|
crate-type = ["staticlib", "rlib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
openidconnect = { version = "3.3", default-features = false, features = [
|
openidconnect = { version = "3.4", default-features = false, features = [
|
||||||
"reqwest",
|
"reqwest",
|
||||||
"native-tls",
|
"native-tls",
|
||||||
"accept-rfc3339-timestamps",
|
"accept-rfc3339-timestamps",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user