From 3b4a42c052dc5574d029c4af5779ef9978b4cde9 Mon Sep 17 00:00:00 2001 From: PARK BYUNG JUN Date: Mon, 8 Aug 2022 07:18:53 +0000 Subject: [PATCH] version up --- Cargo.toml | 4 ++-- src/identity/service.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 51fbea3..384b788 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ prost = { version = "0" } nats = { version = "0" } base64 = { version = "0" } -beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.24-snapshot" } -beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.4-snapshot" } +beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.25-snapshot" } +beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.5-snapshot" } [build-dependencies] diff --git a/src/identity/service.rs b/src/identity/service.rs index 6b673ca..f690d00 100644 --- a/src/identity/service.rs +++ b/src/identity/service.rs @@ -443,7 +443,7 @@ impl Service { bpr::c2se::backend::identity::SigninResponse { error: None, result: Some(bpr::c2se::backend::identity::signin_response::Result { - session_id: r.session_id, + access_token: r.access_token, }), } .encode_to_vec(),