Skip to content

Commit 9d4a9ae

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): update reqwest requirement from 0.12 to 0.13
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.0...v0.13.1) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4701ef5 commit 9d4a9ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/jsonschema/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ resolve-async = [
2525
arbitrary-precision = ["serde_json/arbitrary_precision", "dep:num-bigint"]
2626

2727
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
28-
reqwest = { version = "0.12", features = [
28+
reqwest = { version = "0.13", features = [
2929
"blocking",
3030
"json",
3131
], default-features = false, optional = true }
3232
tokio = { version = "1.0", features = ["fs", "rt"], optional = true }
3333

3434
[target.'cfg(target_arch = "wasm32")'.dependencies]
3535
getrandom = { version = "0.3.4", features = ["wasm_js"] }
36-
reqwest = { version = "0.12", features = ["json"], default-features = false, optional = true }
36+
reqwest = { version = "0.13", features = ["json"], default-features = false, optional = true }
3737
tokio = { version = "1.0", features = ["rt"], optional = true }
3838

3939
[dependencies]

0 commit comments

Comments
 (0)