Skip to content

Commit 26e86eb

Browse files
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.93 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.93...1.0.95) Updates `chrono` from 0.4.38 to 0.4.39 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.38...v0.4.39) Updates `reqwest` from 0.12.9 to 0.12.12 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.9...v0.12.12) Updates `serde` from 1.0.215 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.215...v1.0.217) --- 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] <support@github.com>
1 parent 3023a0d commit 26e86eb

File tree

2 files changed

+28
-50
lines changed

2 files changed

+28
-50
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
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.93"
9-
chrono = "0.4.38"
8+
anyhow = "1.0.95"
9+
chrono = "0.4.39"
1010
log = { version = "0.4.22", features = ["std"] }
11-
reqwest = { version = "0.12.9", default-features = false, features = [
11+
reqwest = { version = "0.12.12", default-features = false, features = [
1212
"blocking",
1313
"json",
1414
"rustls-tls",
1515
] }
16-
serde = { version = "1.0.215", features = ["derive"] }
16+
serde = { version = "1.0.217", features = ["derive"] }
1717
trust-dns-client = "0.23.2"
1818
url = "2.5.4"

0 commit comments

Comments
 (0)