diff --git a/Cargo.toml b/Cargo.toml index 6efe2fd..af6d519 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.28-snapshot" } -beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.11-snapshot" } +beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.29-snapshot" } +beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.12-snapshot" } [build-dependencies] diff --git a/src/site/service.rs b/src/site/service.rs index 7bd648d..a8eb49a 100644 --- a/src/site/service.rs +++ b/src/site/service.rs @@ -195,6 +195,7 @@ impl Service { path: req.path, show: req.show, can_use: req.can_use, + memo: req.memo, expires_at: req.expires_at, }; @@ -299,6 +300,7 @@ impl Service { path: req.path, show: req.show, can_use: req.can_use, + memo: req.memo, expires_at: req.expires_at, };