Skip to content

Commit

Permalink
Update tabled requirement from =0.14 to =0.15
Browse files Browse the repository at this point in the history
Updates the requirements on [tabled](https://github.com/zhiburt/tabled) to permit the latest version.
- [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md)
- [Commits](zhiburt/tabled@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: tabled
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2023
1 parent 4d7b1c1 commit ae044ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ der = { version = "0.7.8", features = ["derive", "alloc", "real"] }
clap = { version = "4", features = ["derive"] }
log = "=0.4"
pretty_env_logger = "=0.5"
tabled = "=0.14"
tabled = "=0.15"
const_format = "0.2"
nalgebra = "0.32"
approx = "=0.5.1"
Expand Down

0 comments on commit ae044ed

Please sign in to comment.