Skip to content

Commit

Permalink
Bump headless_chrome from 1.0.5 to 1.0.6
Browse files Browse the repository at this point in the history
Bumps [headless_chrome](https://github.com/atroche/rust-headless-chrome) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/atroche/rust-headless-chrome/releases)
- [Changelog](https://github.com/rust-headless-chrome/rust-headless-chrome/blob/main/CHANGELOG.md)
- [Commits](atroche/rust-headless-chrome@v1.0.5...v1.0.6)

---
updated-dependencies:
- dependency-name: headless_chrome
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 9067d95 commit 11460b1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 24 deletions.
54 changes: 31 additions & 23 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name = "when3meet"

[dependencies]
clap = { version = "4.4", features = ["derive"] }
headless_chrome = { version = "1.0.5", features = ["fetch"] }
headless_chrome = { version = "1.0.6", features = ["fetch"] }
url = "2.4"
chrono = { version = "0.4.29", default-features = false, features = ["clock"] }
chrono-tz = "0.8.3"
Expand Down

0 comments on commit 11460b1

Please sign in to comment.