diff --git a/Cargo.lock b/Cargo.lock index f16f31f..d3f6091 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1200,9 +1200,9 @@ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" [[package]] name = "schemars" -version = "1.0.0-rc.2" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "284cf8058b5165c2e1aedb8f56f4b09a838a764d1c110178e1747d1f77a01ceb" +checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289" dependencies = [ "dyn-clone", "ref-cast", @@ -1213,9 +1213,9 @@ dependencies = [ [[package]] name = "schemars_derive" -version = "1.0.0-rc.2" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ce51e6bea03670e88edba2d724eed817b97f4ab017a1001bae5da325ce93fe7" +checksum = "301858a4023d78debd2353c7426dc486001bddc91ae31a76fb1f55132f7e2633" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 0b33a60..a551b6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ axum = { version = "0.8", default-features = false, features = ["http1", "tokio" regex = "1" jq = "0.1.0" reqwest = { version = "0.12", default-features = false, features = ["http2", "rustls-tls", "charset", "gzip"] } -schemars = { version = "1.0.0-rc.1", optional = true } +schemars = { version = "1.1.0", optional = true } serde = { version = "1.0", features = ["derive", "rc"] } serde_json = "1.0" serde_yml = "0.0.12"