update servicepoint library

This commit is contained in:
Vinzenz Schroeter 2025-05-04 18:55:19 +02:00
parent 44ef4bb6d7
commit f7cb5546b3
8 changed files with 116 additions and 141 deletions

View file

@ -14,14 +14,14 @@ keywords = ["cccb", "cccb-servicepoint", "uniffi"]
crate-type = ["cdylib"]
[build-dependencies]
uniffi = { version = "0.25.3", features = ["build"] }
uniffi = { version = "0.28.3", features = ["build"] }
[dependencies]
uniffi = { version = "0.25.3" }
uniffi = { version = "0.28.3" }
thiserror = "2.0"
[dependencies.servicepoint]
version = "0.13.1"
version = "0.14.1"
features = ["all_compressions"]
[package.metadata.docs.rs]