From c98720dc61ddf3c7e8dc35083c39bbfc2dc6d862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 20:23:36 +0000 Subject: [PATCH] Bump serde from 1.0.208 to 1.0.209 in the all group Bumps the all group with 1 update: [serde](https://github.com/serde-rs/serde). Updates `serde` from 1.0.208 to 1.0.209 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.208...v1.0.209) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9609665..68d101c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -737,18 +737,18 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "serde" -version = "1.0.208" +version = "1.0.209" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2" +checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.208" +version = "1.0.209" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf" +checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index db6876b..d6d7cc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ clap = { version = "4.5", features = ["derive", "env"] } futures-util = { version = "^0.3.30", features = ["sink"] } hashbrown = { version = "0.14", features = ["serde"] } openssl = "^0.10.66" -serde = { version = "^1.0.208", features = ["derive"] } +serde = { version = "^1.0.209", features = ["derive"] } tikv-jemallocator = "0.6" tokio = { version = "^1.39.3", features = ["rt", "rt-multi-thread", "macros", "net", "signal", "io-util"] } tokio-util = { version = "^0.7.11", features = ["codec"] }