Skip to content

Commit e6e0f3b

Browse files
Bump reqwest from 0.12.22 to 0.12.23
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.22 to 0.12.23. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.22...v0.12.23) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d239cd4 commit e6e0f3b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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
@@ -30,7 +30,7 @@ phf = { version = "0.12.1", features = ["macros"] }
3030
plotly = "0.12.1"
3131
polars = { version = "0.50.0", features = ["csv", "dtype-struct", "lazy", "parquet", "rows"] }
3232
rand = "0.9.2"
33-
reqwest = { version = "0.12.22", features = ["blocking", "json"] }
33+
reqwest = { version = "0.12.23", features = ["blocking", "json"] }
3434
rstest = "0.26.1"
3535
serde = { version = "1.0.219", features = ["derive"] }
3636
serde_json = "1.0.142"

0 commit comments

Comments
 (0)