Skip to content

Commit

Permalink
cargo: bump once_cell from 1.19.0 to 1.20.0
Browse files Browse the repository at this point in the history
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.19.0 to 1.20.0.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.19.0...v1.20.0)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and yuja committed Sep 16, 2024
1 parent fda33bd commit 5188e64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -14,7 +14,7 @@ console = "0.15"
ctrlc = "3.4"
log = "0.4"
notify = "6.1.1"
once_cell = "1.19"
once_cell = "1.20"
pretty_env_logger = "0.5"
qmluic = { version = "=0.1.0", path = "lib" }
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
camino = "1.1.9"
itertools = "0.13"
log = "0.4"
once_cell = "1.19"
once_cell = "1.20"
quick-xml = "0.36"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 5188e64

Please sign in to comment.