Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0324189

Browse files
authoredFeb 1, 2024··
Bump the cargo group with 4 updates
Bumps the cargo group with 4 updates: [anyhow](https://github.com/dtolnay/anyhow), [chrono](https://github.com/chronotope/chrono), [reqwest](https://github.com/seanmonstar/reqwest) and [serde](https://github.com/serde-rs/serde). Updates `anyhow` from 1.0.78 to 1.0.79 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.78...1.0.79) Updates `chrono` from 0.4.31 to 0.4.33 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.31...v0.4.33) Updates `reqwest` from 0.11.23 to 0.11.24 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.23...v0.11.24) Updates `serde` from 1.0.193 to 1.0.196 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.193...v1.0.196) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 128957f commit 0324189

File tree

2 files changed

+94
-30
lines changed

2 files changed

+94
-30
lines changed
 

‎Cargo.lock

+90-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ authors = ["Patrick Koenig <pkoenig10@gmail.com>"]
55
edition = "2018"
66

77
[dependencies]
8-
anyhow = "1.0.78"
9-
chrono = "0.4.31"
8+
anyhow = "1.0.79"
9+
chrono = "0.4.33"
1010
log = { version = "0.4.20", features = ["std"] }
11-
reqwest = { version = "0.11.23", default-features = false, features = [
11+
reqwest = { version = "0.11.24", default-features = false, features = [
1212
"blocking",
1313
"json",
1414
"rustls-tls",
1515
] }
16-
serde = { version = "1.0.193", features = ["derive"] }
16+
serde = { version = "1.0.196", features = ["derive"] }
1717
trust-dns-client = "0.23.2"
1818
url = "2.5.0"

0 commit comments

Comments
 (0)
Please sign in to comment.