Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 8 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.82` | `1.0.86` |
| [serde](https://github.com/serde-rs/serde) | `1.0.198` | `1.0.203` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.116` | `1.0.117` |
| [toml](https://github.com/toml-rs/toml) | `0.8.12` | `0.8.13` |
| [cached](https://github.com/jaemk/cached) | `0.49.3` | `0.51.3` |
| [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) | `0.9.6` | `0.11.0` |
| [serde_with](https://github.com/jonasbb/serde_with) | `3.8.0` | `3.8.1` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.59` | `1.0.61` |



Updates `anyhow` from 1.0.82 to 1.0.86
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.82...1.0.86)

Updates `serde` from 1.0.198 to 1.0.203
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.198...v1.0.203)

Updates `serde_json` from 1.0.116 to 1.0.117
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.116...v1.0.117)

Updates `toml` from 0.8.12 to 0.8.13
- [Commits](toml-rs/toml@toml-v0.8.12...toml-v0.8.13)

Updates `cached` from 0.49.3 to 0.51.3
- [Changelog](https://github.com/jaemk/cached/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jaemk/cached/commits)

Updates `pulldown-cmark` from 0.9.6 to 0.11.0
- [Release notes](https://github.com/raphlinus/pulldown-cmark/releases)
- [Commits](pulldown-cmark/pulldown-cmark@v0.9.6...v0.11.0)

Updates `serde_with` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.8.0...v3.8.1)

Updates `thiserror` from 1.0.59 to 1.0.61
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.59...1.0.61)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: cached
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pulldown-cmark
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: serde_with
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent c3f7fe7 commit d4c0a68
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 79 deletions.
106 changes: 39 additions & 67 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions lychee-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version.workspace = true
# requires all dependencies to have a version number.
lychee-lib = { path = "../lychee-lib", version = "0.15.1", default-features = false }

anyhow = "1.0.82"
anyhow = "1.0.86"
assert-json-diff = "2.0.2"
clap = { version = "4.5.4", features = ["env", "derive"] }
console = "0.15.8"
Expand Down Expand Up @@ -46,14 +46,14 @@ reqwest_cookie_store = "0.7.0"
# https://github.com/Homebrew/homebrew-core/pull/70216
ring = "0.17.8"
secrecy = { version = "0.8.0", features = ["serde"] }
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
strum = { version = "0.26.2", features = ["derive"] }
supports-color = "3.0.0"
tabled = "0.15.0"
tokio = { version = "1.37.0", features = ["full"] }
tokio-stream = "0.1.15"
toml = "0.8.12"
toml = "0.8.13"

[dev-dependencies]
assert_cmd = "2.0.14"
Expand Down
16 changes: 8 additions & 8 deletions lychee-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version.workspace = true
[dependencies]
async-stream = "0.3.5"
async-trait = "0.1.80"
cached = "0.49.3"
cached = "0.51.3"
check-if-email-exists = { version = "0.9.1", optional = true }
email_address = "0.2.4"
futures = "0.3.30"
Expand All @@ -33,7 +33,7 @@ once_cell = "1.19.0"
openssl-sys = { version = "0.9.102", optional = true }
path-clean = "1.0.1"
percent-encoding = "2.3.1"
pulldown-cmark = "0.9.6"
pulldown-cmark = "0.11.0"
regex = "1.10.4"
# Use trust-dns to avoid lookup failures on high concurrency
# https://github.com/seanmonstar/reqwest/issues/296
Expand All @@ -49,12 +49,12 @@ reqwest_cookie_store = "0.7.0"
# https://github.com/Homebrew/homebrew-core/pull/70216
ring = "0.17.8"
secrecy = "0.8.0"
serde = { version = "1.0.198", features = ["derive"] }
serde_with = "3.7.0"
serde = { version = "1.0.203", features = ["derive"] }
serde_with = "3.8.1"
shellexpand = "3.1.0"
thiserror = "1.0.59"
thiserror = "1.0.61"
tokio = { version = "1.37.0", features = ["full"] }
toml = "0.8.12"
toml = "0.8.13"
typed-builder = "0.18.2"
url = { version = "2.5.0", features = ["serde"] }

Expand All @@ -66,9 +66,9 @@ features = ["runtime-tokio"]
doc-comment = "0.3.3"
tempfile = "3.10.1"
wiremock = "0.6.0"
serde_json = "1.0.116"
serde_json = "1.0.117"
rstest = "0.19.0"
toml = "0.8.12"
toml = "0.8.13"

[features]

Expand Down

0 comments on commit d4c0a68

Please sign in to comment.