diff --git a/Cargo.lock b/Cargo.lock index 64dc55c..508aba9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -779,9 +779,9 @@ checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" [[package]] name = "mediatype" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f490ea2ae935dd8ac89c472d4df28c7f6b87cc20767e1b21fd5ed6a16e7f61e4" +checksum = "120fa187be19d9962f0926633453784691731018a2bf936ddb4e29101b79c4a7" [[package]] name = "memchr" diff --git a/Cargo.toml b/Cargo.toml index 888929c..71b66a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ symphony = ["communication", "dep:serde", "dep:serde_json", "dep:symphony"] [dependencies] async-trait = { version = "0.1" } bytes = { version = "1.11.1" } -mediatype = "0.20" +mediatype = "0.21" mockall = { version = "0.13", optional = true } protobuf = { version = "3.7.2", features = ["with-bytes"] } rand = { version = "0.9" }