Skip to content

Commit a2ff7de

Browse files
Bump reqwest from 0.12.24 to 0.12.25 (#1258)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.24 to 0.12.25. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.24...v0.12.25) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e759a22 commit a2ff7de

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ quote = "1.0.42"
4141
rand = "0.9.2"
4242
regex = "1.11.2"
4343
regress = "0.10.5"
44-
reqwest = { version = "0.12.4", default-features = false, features = ["json", "stream"] }
44+
reqwest = { version = "0.12.25", default-features = false, features = ["json", "stream"] }
4545
rustfmt-wrapper = "0.2.1"
4646
schemars = { version = "0.8.22", features = ["chrono", "uuid1"] }
4747
semver = "1.0.27"

example-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
[dependencies]
88
chrono = { version = "0.4", features = ["serde"] }
99
progenitor-client = { path = "../progenitor-client" }
10-
reqwest = { version = "0.12.4", features = ["json", "stream"] }
10+
reqwest = { version = "0.12.25", features = ["json", "stream"] }
1111
base64 = "0.22"
1212
rand = "0.9"
1313
serde = { version = "1.0", features = ["derive"] }

example-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
[dependencies]
88
chrono = { version = "0.4", features = ["serde"] }
99
progenitor = { path = "../progenitor" }
10-
reqwest = { version = "0.12.4", features = ["json", "stream"] }
10+
reqwest = { version = "0.12.25", features = ["json", "stream"] }
1111
schemars = { version = "0.8.22", features = ["uuid1"] }
1212
serde = { version = "1.0", features = ["derive"] }
1313
uuid = { version = "1.19", features = ["serde", "v4"] }

example-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
chrono = { version = "0.4", features = ["serde"] }
88
progenitor-client = { path = "../progenitor-client" }
9-
reqwest = { version = "0.12.4", features = ["json", "stream"] }
9+
reqwest = { version = "0.12.25", features = ["json", "stream"] }
1010
base64 = "0.22"
1111
serde = { version = "1.0", features = ["derive"] }
1212
uuid = { version = "1.19", features = ["serde", "v4", "js"] }

0 commit comments

Comments
 (0)