diff --git a/Cargo.toml b/Cargo.toml index 50b9858..dc458ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "signal-provisioning-api" -version = "0.2.0" +version = "0.3.0" authors = ["Tomas Drtina "] edition = "2018" license = "AGPL-3.0-only" repository = "https://github.com/tm-drtina/signal-provisioning-api" [dependencies] -libsignal-protocol = { git = "https://github.com/signalapp/libsignal.git", tag = "v0.16.0" } -signal-crypto = { git = "https://github.com/signalapp/libsignal.git", tag = "v0.16.0" } +libsignal-protocol = { git = "https://github.com/signalapp/libsignal.git", tag = "v0.17.0" } +signal-crypto = { git = "https://github.com/signalapp/libsignal.git", tag = "v0.17.0" } aes = "0.7.4" subtle = "2.2.3"