Skip to content

Commit

Permalink
Bump log from 0.4.17 to 0.4.20
Browse files Browse the repository at this point in the history
Bumps [log](https://github.com/rust-lang/log) from 0.4.17 to 0.4.20.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.17...0.4.20)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 14, 2023
1 parent 3f99748 commit 2282649
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 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 app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env_logger = "0.10.0"
tokio= { version = "1.26.0", features = ["full"] }
tokio-cron-scheduler = "0.9.3"
chrono = "0.4.24"
log = "0.4.17"
log = "0.4.20"
#clap = "2.33.3"
#m3u8-rs = "2.0.0"
#nom = "7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion record-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ base64 = "0.21.0"
chrono = "0.4.24"
fs_extra = "1.3.0"
http = "0.2.8"
log = "0.4.17"
log = "0.4.20"
m3u8-rs = "5.0.3"
nom = "7.1.3"
reqwest = { version = "0.11.14", features = ["blocking","json"] }
Expand Down

0 comments on commit 2282649

Please sign in to comment.