diff --git a/Cargo.lock b/Cargo.lock index 01c56c1..65af6f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -816,7 +816,7 @@ dependencies = [ [[package]] name = "oxinat" -version = "0.8.0" +version = "0.9.0" dependencies = [ "dotenv", "flexi_logger", @@ -829,7 +829,7 @@ dependencies = [ [[package]] name = "oxinat_core" -version = "0.12.0" +version = "0.14.0" dependencies = [ "anyhow", "async-trait", diff --git a/xnat/Cargo.toml b/xnat/Cargo.toml index ee4f228..cfbe7a7 100644 --- a/xnat/Cargo.toml +++ b/xnat/Cargo.toml @@ -3,7 +3,7 @@ name = "oxinat" description = "XNAT REST API client" license = "BSD-3-Clause" repository = "https://github.com/WilkinsonK/xapi-oxidized" -version = "0.8.0" +version = "0.9.0" edition = "2021" [lib] @@ -17,7 +17,7 @@ core = [] derive = [] [dependencies] -oxinat_core = { path = "../xnat_core", version = "0.12.0" } +oxinat_core = { path = "../xnat_core", version = "0.14.0" } oxinat_derive = { path = "../xnat_derive", version = "0.8.0" } [dev-dependencies] diff --git a/xnat_core/Cargo.toml b/xnat_core/Cargo.toml index 9c6ba27..e829f1d 100644 --- a/xnat_core/Cargo.toml +++ b/xnat_core/Cargo.toml @@ -3,7 +3,7 @@ name = "oxinat_core" description = "oxinat xapi-oxidized core library" license = "BSD-3-Clause" repository = "https://github.com/WilkinsonK/xapi-oxidized" -version = "0.12.0" +version = "0.14.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html