From 32c2ed6b163b7496101329b85c281d8394a5f3eb Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Fri, 24 Oct 2025 19:53:22 +0100 Subject: [PATCH] feat: deno_media_type 0.3.0 --- Cargo.lock | 4 ++-- rs_lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ed0f57..c112659 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,9 +227,9 @@ dependencies = [ [[package]] name = "deno_media_type" -version = "0.2.2" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eaa135b8a9febc9a51c16258e294e268a1276750780d69e46edb31cced2826e4" +checksum = "ac0109d26ff08a089642a79b45c65f91a849404c1ef3ec78c837a412956d8808" dependencies = [ "data-url", "serde", diff --git a/rs_lib/Cargo.toml b/rs_lib/Cargo.toml index 18fb7de..cccde81 100644 --- a/rs_lib/Cargo.toml +++ b/rs_lib/Cargo.toml @@ -25,7 +25,7 @@ cache_control = { version = "0.2.0", optional = true } chrono = { version = "0.4", default-features = false, features = ["std"], optional = true } data-url = { version = "0.3.0", optional = true } deno_error = { version = "0.7.0", features =["url"] } -deno_media_type = "0.2.2" +deno_media_type = "0.3.0" deno_path_util = "0.6.0" sys_traits.workspace = true http = { version = "1", optional = true }