From 4b519f78489f67d10d251f614d2140116a6c86fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 20:03:05 +0000 Subject: [PATCH] Bump typenum from 1.16.0 to 1.17.0 Bumps [typenum](https://github.com/paholg/typenum) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/paholg/typenum/releases) - [Changelog](https://github.com/paholg/typenum/blob/main/CHANGELOG.md) - [Commits](https://github.com/paholg/typenum/compare/v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: typenum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 656055ea..adeb8409 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 fb37003e..ea1eb52a 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"] }