소스 검색

update rust dependencies

Grant Limberg 1 년 전
부모
커밋
c89683fb0f
4개의 변경된 파일241개의 추가작업 그리고 169개의 파일을 삭제
  1. 236 164
      rustybits/Cargo.lock
  2. 1 1
      rustybits/Cargo.toml
  3. 3 3
      rustybits/smeeclient/Cargo.toml
  4. 1 1
      rustybits/zeroidc/Cargo.toml

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 236 - 164
rustybits/Cargo.lock


+ 1 - 1
rustybits/Cargo.toml

@@ -1,3 +1,3 @@
 [workspace]
-
+resolver = "2"
 members = ["smeeclient", "zeroidc"]

+ 3 - 3
rustybits/smeeclient/Cargo.toml

@@ -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"] }

+ 1 - 1
rustybits/zeroidc/Cargo.toml

@@ -9,7 +9,7 @@ publish = false
 crate-type = ["staticlib", "rlib"]
 
 [dependencies]
-openidconnect = { version = "3.3", default-features = false, features = [
+openidconnect = { version = "3.4", default-features = false, features = [
     "reqwest",
     "native-tls",
     "accept-rfc3339-timestamps",

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.