From f869ba53b2ddbdfd2c27909892bd56bca830d955 Mon Sep 17 00:00:00 2001 From: hurl-bot Date: Tue, 7 Jan 2025 03:07:26 +0000 Subject: [PATCH] Update crates --- Cargo.lock | 4 ++-- packages/hurl/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1292a2e6410..ef9a053454a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1107,9 +1107,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.134" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" +checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" dependencies = [ "itoa", "memchr", diff --git a/packages/hurl/Cargo.toml b/packages/hurl/Cargo.toml index 305855792ef..16b3b0bb863 100644 --- a/packages/hurl/Cargo.toml +++ b/packages/hurl/Cargo.toml @@ -36,7 +36,7 @@ md5 = "0.7.0" percent-encoding = "2.3.1" regex = "1.11.1" serde = { version = "1.0.217", features = ["derive"] } -serde_json = { version = "1.0.134", features = ["arbitrary_precision"] } +serde_json = { version = "1.0.135", features = ["arbitrary_precision"] } sha2 = "0.10.8" url = "2.5.4" xml-rs = { version = "0.8.24" }