diff --git a/Cargo.toml b/Cargo.toml index 95028dd..6e87bca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,19 +13,19 @@ license = "Unlicense" autotests = false [dependencies] -bytes = "0.5" +bytes = "1.9" chrono = "0.4" -reqwest = { version = "0.10", features = ["blocking", "json"] } +reqwest = { version = "0.12", features = ["blocking", "json"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -serde_with = "2.0" +serde_with = "3.11" [dev-dependencies] -dicom-object = "0.5" +dicom-object = "0.8" httpmock = "0.4" maplit = "1.0" regex = "1.4" -zip = "0.6" +zip = "2.2" [[test]] name = "e2e"