diff --git a/Cargo.toml b/Cargo.toml index a5e93aa..f2a34c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,9 +15,9 @@ lazy_static = { version = "1" } prost = { version = "0" } serde = { version = "1", features = ["derive"] } serde_json = { version = "1" } -time = { version = "0" } +time = { version = "0.3" } -beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.74-snapshot" } +beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.75-snapshot" } [build-dependencies]