Skip to content

Commit

Permalink
Bump reqwest from 0.12.9 to 0.12.12 in the patch-dependencies group
Browse files Browse the repository at this point in the history
Bumps the patch-dependencies group with 1 update: [reqwest](https://github.com/seanmonstar/reqwest).


Updates `reqwest` from 0.12.9 to 0.12.12
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.9...v0.12.12)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 546518f commit 2fca942
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
25 changes: 12 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rand_core ={ version="0.6.4", optional=true }
serde_json ={ version="1.0", optional=true }
x25519-dalek ={ version="2.0.1", features=["static_secrets"], optional=true }
entropy-protocol ={ version="0.3.0", path="../protocol", optional=true, default-features=false }
reqwest ={ version="0.12.9", features=["json", "stream"], optional=true }
reqwest ={ version="0.12.12", features=["json", "stream"], optional=true }
base64 ={ version="0.22.0", optional=true }
synedrion ={ version="0.2.0", optional=true }
hex ={ version="0.4.3", optional=true }
Expand Down
2 changes: 1 addition & 1 deletion crates/test-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ sp-runtime ={ version="32.0.0", default-features=false }
entropy-shared ={ version="0.3.0", path="../shared" }
serde_json ="1.0.134"
serde ={ version="1.0.217", features=["derive"] }
reqwest ="0.12.9"
reqwest ="0.12.12"
parity-scale-codec={ version="3.6.3", default-features=false }
2 changes: 1 addition & 1 deletion crates/threshold-signature-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ futures="0.3"
tokio ={ version="1.42", features=["macros", "fs", "rt-multi-thread", "io-util", "process", "sync"] }

# HTTP
reqwest={ version="0.12.9", features=["json", "stream"] }
reqwest={ version="0.12.12", features=["json", "stream"] }
axum ={ version="0.8.1", features=["ws"] }

# Substrate
Expand Down

0 comments on commit 2fca942

Please sign in to comment.