From 893ba973db1d4b8cc6aacd17c28f5fb2d35e5595 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 21:13:32 +0000 Subject: [PATCH] Bump typenum from 1.16.0 to 1.17.0 (#501) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c268f795..1fd63216 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4321,9 +4321,9 @@ dependencies = [ [[package]] name = "typenum" -version = "1.16.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" +checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "unicase" diff --git a/Cargo.toml b/Cargo.toml index 162c5dd6..bf47a725 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ trillium-sessions = "0.4.2" trillium-static-compiled = "0.5.0" trillium-testing = { version = "0.5.0", optional = true } trillium-tokio = "0.3.2" -typenum = "1.16.0" +typenum = "1.17.0" url = "2.4.1" uuid = { version = "1.4.1", features = ["v4", "fast-rng", "serde"] } validator = { version = "0.16.1", features = ["derive"] }