Skip to content

Commit a7f1e69

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 b663dab commit a7f1e69

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
@@ -27,7 +27,7 @@ lazy_static = "1.4"
2727
thiserror = "2"
2828
itertools = "0.14"
2929
map_3d = "0.1.5"
30-
maud = "0.26"
30+
maud = "0.27"
3131

3232
clap = { version = "4.4.13", features = ["derive", "color"] }
3333
serde = { version = "1.0", default-features = false, features = ["derive"] }

0 commit comments

Comments
 (0)