Skip to content

Commit

Permalink
Bump reqwest from 0.11.11 to 0.11.18
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.11 to 0.11.18.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.11...v0.11.18)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 13, 2023
1 parent 59f0eb2 commit 0c826e5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
40 changes: 23 additions & 17 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 raiden/network/transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ futures = { version = "0.3.21", default-features = false }
hex = { version = "0.4.3" }
matrix-sdk = { version = "0.6.1", default-features = false, features = ["native-tls", "e2e-encryption"] }
thiserror = { version = "1.0", default-features = false }
reqwest = { version = "0.11.4", default-features = false, features = ["json"] }
reqwest = { version = "0.11.18", default-features = false, features = ["json"] }
rusqlite = { version = "0.25.3", default-features = false, features = [ "chrono" ] }
serde = { version = "1.0.136", default-features = false, features = [ "derive" ] }
serde_json = { version = "1.0.59", default-features = false }
Expand Down

0 comments on commit 0c826e5

Please sign in to comment.