Skip to content

Commit

Permalink
chore(deps): bump constcat from 0.5.1 to 0.6.0 (#834)
Browse files Browse the repository at this point in the history
Bumps [constcat](https://github.com/rossmacarthur/constcat) from 0.5.1 to 0.6.0.
- [Changelog](https://github.com/rossmacarthur/constcat/blob/trunk/RELEASES.md)
- [Commits](rossmacarthur/constcat@0.5.1...0.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 04151a5 commit eed8301
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 llrt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ chrono = { version = "0.4.38", default-features = false, features = ["std"] }
tracing-core = "0.1.33"
tokio = { version = "1", features = ["full"] }
crossterm = { version = "0.28.1" }
constcat = "0.5.1"
constcat = "0.6.0"

[target.'cfg(not(target_os = "windows"))'.dependencies]
snmalloc-rs = { version = "0.3.7", features = ["lto"] }
Expand Down

0 comments on commit eed8301

Please sign in to comment.