Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent c48fa93 commit 29862d8
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ serde = { version = "1.0.210", default-features = false, features = ["derive"] }
rodio = { version = "0.19.0", default-features = false, features = ["mp3"] }
dns-lookup = "2.0.4"
toml = "0.8.19"
once_cell = "1.20.0"
once_cell = "1.20.2"
ctrlc = { version = "3.4.5", features = ["termination"] }
rfd = "0.15.0"
phf = "0.11.2"
Expand All @@ -73,7 +73,7 @@ serial_test = { version = "3.1.1", default-features = false }
phf_codegen = "0.11.2"
phf_shared = "0.11.2"
rustrict = { version = "0.7.26", default-features = false, features = ["censor"] }
once_cell = "1.20.0"
once_cell = "1.20.2"

[target."cfg(windows)".build-dependencies]
winres = "0.1.12"
Expand Down

0 comments on commit 29862d8

Please sign in to comment.