Skip to content

Commit

Permalink
Bump the dependencies group with 3 updates (#1602)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: [serde](https://github.com/serde-rs/serde), [glob](https://github.com/rust-lang/glob) and [serde_with](https://github.com/jonasbb/serde_with).


Updates `serde` from 1.0.216 to 1.0.217
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.216...v1.0.217)

Updates `glob` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/rust-lang/glob/releases)
- [Changelog](https://github.com/rust-lang/glob/blob/master/CHANGELOG.md)
- [Commits](rust-lang/glob@0.3.1...v0.3.2)

Updates `serde_with` from 3.11.0 to 3.12.0
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.11.0...v3.12.0)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: glob
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: serde_with
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 31, 2024
1 parent 4e744a8 commit fc006bd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion lychee-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ reqwest_cookie_store = "0.8.0"
# https://github.com/Homebrew/homebrew-core/pull/70216
ring = "0.17.8"
secrecy = { version = "0.10.3", features = ["serde"] }
serde = { version = "1.0.216", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
strum = { version = "0.26.3", features = ["derive"] }
supports-color = "3.0.2"
Expand Down
6 changes: 3 additions & 3 deletions lychee-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ check-if-email-exists = { version = "0.9.1", optional = true }
cookie_store = "0.21.1"
email_address = "0.2.9"
futures = "0.3.31"
glob = "0.3.1"
glob = "0.3.2"
headers = "0.4.0"
html5ever = "0.29.0"
html5gum = "0.7.0"
Expand Down Expand Up @@ -50,8 +50,8 @@ reqwest_cookie_store = { version = "0.8.0", features = ["serde"] }
# https://github.com/Homebrew/homebrew-core/pull/70216
ring = "0.17.8"
secrecy = "0.10.3"
serde = { version = "1.0.216", features = ["derive"] }
serde_with = "3.8.1"
serde = { version = "1.0.217", features = ["derive"] }
serde_with = "3.12.0"
shellexpand = "3.1.0"
thiserror = "2.0.9"
tokio = { version = "1.42.0", features = ["full"] }
Expand Down

0 comments on commit fc006bd

Please sign in to comment.