From 89044946f13a47cb7e53c83c9b4bf69f8e8bbc5a Mon Sep 17 00:00:00 2001 From: Attila Szegedi Date: Thu, 16 Oct 2025 14:33:26 +0200 Subject: [PATCH] Update dependencies to latest patch versions --- crates/datadog-js-zstd/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/datadog-js-zstd/Cargo.toml b/crates/datadog-js-zstd/Cargo.toml index 308740f..84f0531 100644 --- a/crates/datadog-js-zstd/Cargo.toml +++ b/crates/datadog-js-zstd/Cargo.toml @@ -1,15 +1,15 @@ [package] name = "datadog-js-zstd" -version = "0.1.0" +version = "0.1.1" edition = "2018" [lib] crate-type = ["cdylib", "rlib"] [dependencies] -wasm-bindgen = "0.2.100" +wasm-bindgen = "0.2.104" zstd = "0.13.3" -js-sys = "0.3.77" +js-sys = "0.3.81" [dev-dependencies] -wasm-bindgen-test = "0.3.50" +wasm-bindgen-test = "0.3.54"