Skip to content

Commit 1d9f9a5

Browse files
chore(deps): bump reqwest from 0.13.2 to 0.13.3 in /backend (#227)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.13.2 to 0.13.3. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.13.2...v0.13.3) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5836d26 commit 1d9f9a5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

backend/Cargo.lock

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

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
clap = { version = "4.5", features = [ "derive" ] }
1111
hex = { version = "0.4" }
1212
jsonrpsee = { version = "0.24", features = [ "http-client" ] }
13-
reqwest = { version = "0.13.2", features = [ "json" ] }
13+
reqwest = { version = "0.13.3", features = [ "json" ] }
1414
serde = { version = "1", features = [ "derive" ] }
1515
serde_json = { version = "1.0", default-features = false, features = [
1616
"alloc",

0 commit comments

Comments
 (0)