diff --git a/Cargo.toml b/Cargo.toml index b68be1f..44048cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,6 @@ prost = { version = "0" } tokio = { version = "1", features = ["macros", "rt-multi-thread"] } 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.64-snapshot" } +beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.65-snapshot" } [build-dependencies]