From 7973bead0ecc0ae8feb0f42ebb6c5016e572d040 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 02:09:06 +0000 Subject: [PATCH] chore(deps): update compatible (dev) --- Cargo.lock | 8 ++++---- crates/benchmarks/Cargo.toml | 2 +- crates/toml/Cargo.toml | 4 ++-- crates/toml_edit/Cargo.toml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4db59135..a903b22e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -742,9 +742,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.91" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883" +checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76" dependencies = [ "itoa", "ryu", @@ -770,9 +770,9 @@ checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803" [[package]] name = "snapbox" -version = "0.4.4" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34eced5a65e76d5a00047986a83c65f80dc666faa27b5138f331659e2ca6bcf5" +checksum = "09c20d8ee8713199cfd44148b70e47cb94f3e8dc538d727d31788f49e67b623e" dependencies = [ "concolor", "ignore", diff --git a/crates/benchmarks/Cargo.toml b/crates/benchmarks/Cargo.toml index 39d67af8..8186ff40 100644 --- a/crates/benchmarks/Cargo.toml +++ b/crates/benchmarks/Cargo.toml @@ -14,7 +14,7 @@ toml = { path = "../toml" } toml_edit = { path = "../toml_edit" } toml_old = { version = "0.5.10", package = "toml" } serde = { version = "1.0.152", features = ["derive"] } -serde_json = "1.0.91" +serde_json = "1.0.93" lexopt = "0.3.0" [[bench]] diff --git a/crates/toml/Cargo.toml b/crates/toml/Cargo.toml index 6c24b2a5..6c84e7d0 100644 --- a/crates/toml/Cargo.toml +++ b/crates/toml/Cargo.toml @@ -57,9 +57,9 @@ serde_spanned = { version = "0.6.1", path = "../serde_spanned", features = ["ser [dev-dependencies] serde = { version = "1.0.152", features = ["derive"] } -serde_json = "1.0.91" +serde_json = "1.0.93" toml-test-harness = "0.4.3" -snapbox = "0.4.4" +snapbox = "0.4.7" [[test]] name = "decoder_compliance" diff --git a/crates/toml_edit/Cargo.toml b/crates/toml_edit/Cargo.toml index ecf514ac..cb431852 100644 --- a/crates/toml_edit/Cargo.toml +++ b/crates/toml_edit/Cargo.toml @@ -55,11 +55,11 @@ toml_datetime = { version = "0.6.1", path = "../toml_datetime" } serde_spanned = { version = "0.6.1", path = "../serde_spanned", features = ["serde"], optional = true } [dev-dependencies] -serde_json = "1.0.91" +serde_json = "1.0.93" toml-test-harness = "0.4.3" toml-test-data = "1.3.0" libtest-mimic = "0.6.0" -snapbox = { version = "0.4.4", features = ["harness"] } +snapbox = { version = "0.4.7", features = ["harness"] } [[test]] name = "decoder_compliance"