Skip to content

Commit 2e1326b

Browse files
Update maud requirement from 0.26 to 0.27
Updates the requirements on [maud](https://github.com/lambda-fairy/maud) to permit the latest version. - [Release notes](https://github.com/lambda-fairy/maud/releases) - [Changelog](https://github.com/lambda-fairy/maud/blob/main/CHANGELOG.md) - [Commits](lambda-fairy/maud@v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: maud dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5c0e689 commit 2e1326b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ thiserror = "2"
2828
itertools = "0.14"
2929
map_3d = "0.1.5"
3030

31-
maud = "0.26"
31+
maud = "0.27"
3232
plotly = "0.9"
3333

3434
clap = { version = "4.4.13", features = ["derive", "color"] }

0 commit comments

Comments
 (0)