Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
Bump reqwest from 0.11.14 to 0.11.15 (#14)
Browse files Browse the repository at this point in the history
* Bump reqwest from 0.11.14 to 0.11.15

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.14 to 0.11.15.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.14...v0.11.15)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update Cargo.toml

Incremented version number

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Developer X <[email protected]>
  • Loading branch information
dependabot[bot] and developerx-official authored Mar 27, 2023
1 parent 11d70b7 commit be9509c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ui_test"
version = "0.0.10"
version = "0.0.11"
edition = "2021"

[dependencies]
Expand All @@ -10,4 +10,4 @@ ehttp = { version = "0.2.0", default-features = false, features = [] }
anyhow = { version = "1.0.70", default-features = true, features = [] }
self_update = { version = "0.36.0", default-features = false, features = ["archive-zip", "compression-zip-deflate", "compression-zip-bzip2", "rustls"] }
winconsole = { version = "0.11.1", default-features = false, features = ["window"] }
reqwest = { version = "0.11.14", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "0.11.15", default-features = false, features = ["rustls-tls"] }

0 comments on commit be9509c

Please sign in to comment.