diff --git a/Cargo.lock b/Cargo.lock index 83bf4409..46c11648 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2004,9 +2004,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" +checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 277b6de4..02cec6f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ quote = "1.0.45" rand = "0.10.1" regex = "1.12.3" regress = "0.11.1" -reqwest = { version = "0.13.2", default-features = false, features = ["json", "query", "stream"] } +reqwest = { version = "0.13.3", default-features = false, features = ["json", "query", "stream"] } rustfmt-wrapper = "0.2.1" schemars = { version = "0.8.22", features = ["chrono", "uuid1"] } semver = "1.0.28" diff --git a/example-build/Cargo.toml b/example-build/Cargo.toml index d26d3de6..503a3e9e 100644 --- a/example-build/Cargo.toml +++ b/example-build/Cargo.toml @@ -8,7 +8,7 @@ rust-version.workspace = true [dependencies] chrono = { version = "0.4", features = ["serde"] } progenitor-client = { path = "../progenitor-client" } -reqwest = { version = "0.13.2", features = ["json", "query", "stream"] } +reqwest = { version = "0.13.3", features = ["json", "query", "stream"] } base64 = "0.22" rand = "0.10" serde = { version = "1.0", features = ["derive"] } diff --git a/example-macro/Cargo.toml b/example-macro/Cargo.toml index 61bf68dc..361b0c0c 100644 --- a/example-macro/Cargo.toml +++ b/example-macro/Cargo.toml @@ -8,7 +8,7 @@ rust-version.workspace = true [dependencies] chrono = { version = "0.4", features = ["serde"] } progenitor = { path = "../progenitor" } -reqwest = { version = "0.13.2", features = ["json", "query", "stream"] } +reqwest = { version = "0.13.3", features = ["json", "query", "stream"] } schemars = { version = "0.8.22", features = ["uuid1"] } serde = { version = "1.0", features = ["derive"] } uuid = { version = "1.23", features = ["serde", "v4"] } diff --git a/example-out-dir/Cargo.toml b/example-out-dir/Cargo.toml index f12828bb..1445df34 100644 --- a/example-out-dir/Cargo.toml +++ b/example-out-dir/Cargo.toml @@ -7,6 +7,6 @@ rust-version.workspace = true [dependencies] chrono = { version = "0.4", features = ["serde"] } progenitor = { path = "../progenitor" } -reqwest = { version = "0.13.2", features = ["json", "query", "stream"] } +reqwest = { version = "0.13.3", features = ["json", "query", "stream"] } serde = { version = "1.0", features = ["derive"] } uuid = { version = "1.23", features = ["serde", "v4"] } diff --git a/example-wasm/Cargo.toml b/example-wasm/Cargo.toml index 9b9eaa00..4f376d29 100644 --- a/example-wasm/Cargo.toml +++ b/example-wasm/Cargo.toml @@ -7,7 +7,7 @@ rust-version.workspace = true [dependencies] chrono = { version = "0.4", features = ["serde"] } progenitor-client = { path = "../progenitor-client" } -reqwest = { version = "0.13.2", features = ["json", "query", "stream"] } +reqwest = { version = "0.13.3", features = ["json", "query", "stream"] } base64 = "0.22" serde = { version = "1.0", features = ["derive"] } uuid = { version = "1.23", features = ["serde", "v4", "js"] }