diff --git a/Cargo.lock b/Cargo.lock index d7f1c3d..5b9b9c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1355,12 +1355,13 @@ dependencies = [ [[package]] name = "petompp-web-models" -version = "0.4.6" -source = "git+https://github.com/PetoMPP/petompp-web-models.git?branch=0.4.6#4b6f47ec1b78978d921567a3bf738f2871ebd1b7" +version = "0.4.7" +source = "git+https://github.com/PetoMPP/petompp-web-models.git?branch=0.4.7#69855c4478d220963b6ce447c64ec455957806ff" dependencies = [ "azure_core", "azure_storage", "azure_storage_blobs", + "base64 0.21.4", "chrono", "deref-derive", "diesel", diff --git a/Cargo.toml b/Cargo.toml index c64e429..2bceae0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ jwt = "0.16" lazy_static = "1.4" num-traits = "0.2" num-derive = "0.4" -petompp-web-models = { git = "https://github.com/PetoMPP/petompp-web-models.git", branch = "0.4.6", features = [ +petompp-web-models = { git = "https://github.com/PetoMPP/petompp-web-models.git", branch = "0.4.7", features = [ "api-errors", ] } r2d2 = "0.8"