Skip to content

Commit

Permalink
Bump the cargo group with 3 updates (#157)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent 1987828 commit b7b083e
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 24 deletions.
97 changes: 76 additions & 21 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ edition = "2018"
[dependencies]
anyhow = "1.0.86"
chrono = "0.4.38"
log = { version = "0.4.21", features = ["std"] }
reqwest = { version = "0.12.4", default-features = false, features = [
log = { version = "0.4.22", features = ["std"] }
reqwest = { version = "0.12.5", default-features = false, features = [
"blocking",
"json",
"rustls-tls",
] }
serde = { version = "1.0.203", features = ["derive"] }
trust-dns-client = "0.23.2"
url = "2.5.0"
url = "2.5.2"

0 comments on commit b7b083e

Please sign in to comment.