Skip to content

Commit aacb057

Browse files
Bump minreq from 2.14.0 to 2.14.1
Bumps [minreq](https://github.com/neonmoe/minreq) from 2.14.0 to 2.14.1. - [Release notes](https://github.com/neonmoe/minreq/releases) - [Changelog](https://github.com/neonmoe/minreq/blob/master/CHANGELOG.md) - [Commits](neonmoe/minreq@2.14.0...2.14.1) --- updated-dependencies: - dependency-name: minreq dependency-version: 2.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5cc03ab commit aacb057

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.lock

Lines changed: 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ config = { version = "0.15.13", default-features = false, features= ["ini"] }
2323
env_logger = { version="0.11.6", default-features = false, features = ["humantime", "auto-color"] }
2424
log = "0.4.27"
2525
clap = { version = "4.5.40", default-features = false, features = ["std", "help", "derive"] }
26-
minreq = { version = "2.14.0", default-features = false, features= ["json-using-serde", "https-rustls"] }
26+
minreq = { version = "2.14.1", default-features = false, features= ["json-using-serde", "https-rustls"] }
2727

2828
[dev-dependencies]
2929
cross = "0.2.5"

0 commit comments

Comments
 (0)