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

Commit be9509c

Browse files
Bump reqwest from 0.11.14 to 0.11.15 (#14)
* 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] <support@github.com> * Update Cargo.toml Incremented version number --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Developer X <80836090+developerx-official@users.noreply.github.com>
1 parent 11d70b7 commit be9509c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ui_test"
3-
version = "0.0.10"
3+
version = "0.0.11"
44
edition = "2021"
55

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

0 commit comments

Comments
 (0)