diff --git a/Cargo.toml b/Cargo.toml index c9856fa..c27f5f8 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.79-snapshot" } -beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.65-snapshot" } +beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.81-snapshot" } +beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.67-snapshot" } [build-dependencies] diff --git a/src/api/game/service.rs b/src/api/game/service.rs index f9a1da4..1647a3c 100644 --- a/src/api/game/service.rs +++ b/src/api/game/service.rs @@ -89,7 +89,7 @@ impl Service { sorts: req.sorts, search: match req.search { Some(s) => Some(bpr::ss::api::game::list_games_request::request::Search { - vendor_id: s.vendor_id, + parent_id: s.parent_id, key_like: s.key_like, category_like: s.category_like, platform_like: s.platform_like,