diff --git a/Cargo.lock b/Cargo.lock index 0de48566..6e52b965 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3502,9 +3502,9 @@ checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4" [[package]] name = "serde" -version = "1.0.136" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789" +checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1" dependencies = [ "serde_derive", ] @@ -3524,9 +3524,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.136" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9" +checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be" dependencies = [ "proc-macro2", "quote", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index 16ccc86d..f4896ea7 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -18,7 +18,7 @@ http = "0.2.7" http-body = "0.4.4" mime = "0.3.16" rand = "0.8.5" -serde = "1.0.136" +serde = "1.0.137" serde_with = "1.13.0" serde_urlencoded = "0.7.1" serde_json = "1.0.80" diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 5c35953e..9c1ce679 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -18,7 +18,7 @@ figment = { version = "0.10.6", features = ["env", "yaml", "test"] } chrono = { version = "0.4.19", features = ["serde"] } url = { version = "2.2.2", features = ["serde"] } -serde = { version = "1.0.136", features = ["derive"] } +serde = { version = "1.0.137", features = ["derive"] } serde_with = { version = "1.13.0", features = ["hex", "chrono"] } serde_json = "1.0.80" sqlx = { version = "0.5.13", features = ["runtime-tokio-rustls", "postgres"] } diff --git a/crates/data-model/Cargo.toml b/crates/data-model/Cargo.toml index da064985..43b5cf51 100644 --- a/crates/data-model/Cargo.toml +++ b/crates/data-model/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] chrono = "0.4.19" thiserror = "1.0.31" -serde = "1.0.136" +serde = "1.0.137" url = { version = "2.2.2", features = ["serde"] } crc = "3.0.0" rand = "0.8.5" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index e18e1eb5..f834ac2f 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -31,7 +31,7 @@ lettre = { version = "0.10.0-rc.5", default-features = false, features = ["build sqlx = { version = "0.5.13", features = ["runtime-tokio-rustls", "postgres"] } # Various structure (de)serialization -serde = { version = "1.0.136", features = ["derive"] } +serde = { version = "1.0.137", features = ["derive"] } serde_with = { version = "1.13.0", features = ["hex", "chrono"] } serde_json = "1.0.80" serde_urlencoded = "0.7.1" diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 2d7880c5..b65be563 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -19,7 +19,7 @@ opentelemetry = "0.17.0" opentelemetry-http = "0.6.0" opentelemetry-semantic-conventions = "0.9.0" rustls = "0.20.4" -serde = "1.0.136" +serde = "1.0.137" serde_json = "1.0.80" thiserror = "1.0.31" tokio = { version = "1.18.0", features = ["sync", "parking_lot"] } diff --git a/crates/iana-codegen/Cargo.toml b/crates/iana-codegen/Cargo.toml index d8a94637..668d4ddc 100644 --- a/crates/iana-codegen/Cargo.toml +++ b/crates/iana-codegen/Cargo.toml @@ -12,7 +12,7 @@ convert_case = "0.5.0" csv = "1.1.6" futures-util = "0.3.21" reqwest = { version = "0.11.10", features = ["blocking", "rustls-tls"], default-features = false } -serde = { version = "1.0.136", features = ["derive"] } +serde = { version = "1.0.137", features = ["derive"] } tokio = { version = "1.18.0", features = ["full"] } tracing = "0.1.34" tracing-subscriber = "0.3.11" diff --git a/crates/iana/Cargo.toml b/crates/iana/Cargo.toml index 17a6766c..d62e925d 100644 --- a/crates/iana/Cargo.toml +++ b/crates/iana/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" license = "Apache-2.0" [dependencies] -serde = "1.0.136" +serde = "1.0.137" schemars = "0.8.8" parse-display = "0.5.5" diff --git a/crates/jose/Cargo.toml b/crates/jose/Cargo.toml index d6007414..089514f2 100644 --- a/crates/jose/Cargo.toml +++ b/crates/jose/Cargo.toml @@ -24,7 +24,7 @@ rand = "0.8.5" rsa = "0.6.1" schemars = "0.8.8" sec1 = "0.2.1" -serde = { version = "1.0.136", features = ["derive"] } +serde = { version = "1.0.137", features = ["derive"] } serde_json = "1.0.80" serde_with = { version = "1.13.0", features = ["base64"] } sha2 = "0.10.2" diff --git a/crates/oauth2-types/Cargo.toml b/crates/oauth2-types/Cargo.toml index a79ef370..0057d691 100644 --- a/crates/oauth2-types/Cargo.toml +++ b/crates/oauth2-types/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [dependencies] http = "0.2.7" -serde = "1.0.136" +serde = "1.0.137" serde_json = "1.0.80" language-tags = { version = "0.3.2", features = ["serde"] } url = { version = "2.2.2", features = ["serde"] } diff --git a/crates/storage/Cargo.toml b/crates/storage/Cargo.toml index 49e7a5c3..e5f64f2f 100644 --- a/crates/storage/Cargo.toml +++ b/crates/storage/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" tokio = "1.18.0" sqlx = { version = "0.5.13", features = ["runtime-tokio-rustls", "postgres", "migrate", "chrono", "offline", "json"] } chrono = { version = "0.4.19", features = ["serde"] } -serde = { version = "1.0.136", features = ["derive"] } +serde = { version = "1.0.137", features = ["derive"] } serde_json = "1.0.80" thiserror = "1.0.31" anyhow = "1.0.57" diff --git a/crates/templates/Cargo.toml b/crates/templates/Cargo.toml index 754af345..1735accc 100644 --- a/crates/templates/Cargo.toml +++ b/crates/templates/Cargo.toml @@ -16,7 +16,7 @@ anyhow = "1.0.57" thiserror = "1.0.31" tera = "1.15.0" -serde = { version = "1.0.136", features = ["derive"] } +serde = { version = "1.0.137", features = ["derive"] } serde_json = "1.0.80" serde_urlencoded = "0.7.1"