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"] }