From 3b1f33b8e24d1f0288b79cb78b363c0acf2a36a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:58:51 +0000 Subject: [PATCH] build(deps): bump serde from 1.0.202 to 1.0.203 (#22) --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5167a7a..72bd3ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -383,18 +383,18 @@ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "serde" -version = "1.0.202" +version = "1.0.203" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395" +checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.202" +version = "1.0.203" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838" +checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 071ed50..a5b0d02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["cffdrs", "fwi", "fbp", "wildfire"] chrono = "0.4.38" geo = "0.28.0" julian = { version = "0.5.0", features = ["chrono"] } -serde = { version = "1.0.202", features = ["serde_derive"], optional = true } +serde = { version = "1.0.203", features = ["serde_derive"], optional = true } [dev-dependencies] approx = "0.5.1"