update rust dependencies

This commit is contained in:
Grant Limberg 2023-10-26 11:55:08 -07:00
parent e7ed1e4f93
commit c89683fb0f
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735
4 changed files with 469 additions and 329 deletions

View file

@ -10,9 +10,9 @@ crate-type = ["staticlib", "rlib"]
[dependencies]
serde = { version = "1", features = ["derive"] }
temporal-sdk = { git = "https://github.com/temporalio/sdk-core" }
temporal-client = { git = "https://github.com/temporalio/sdk-core" }
temporal-sdk-core-protos = { 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", branch = "master" }
temporal-sdk-core-protos = { git = "https://github.com/temporalio/sdk-core", branch = "master" }
tokio = { version = "1.29", features = ["full"] }
url = { version = "2" }
uuid = { version = "1.4", features = ["v4"] }