Skip to content

Commit c199e44

Browse files
Update etcetera requirement from 0.10.0 to 0.11.0
Updates the requirements on [etcetera](https://github.com/lunacookies/etcetera) to permit the latest version. - [Release notes](https://github.com/lunacookies/etcetera/releases) - [Commits](lunacookies/etcetera@v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: etcetera dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a2beb5d commit c199e44

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
@@ -11,7 +11,7 @@ edition = "2024"
1111

1212
[dependencies]
1313
ron = { version = "0.11.0", optional = true }
14-
etcetera = "0.10.0"
14+
etcetera = "0.11.0"
1515
serde = "^1.0"
1616
serde_yaml = { version = "0.9", optional = true }
1717
thiserror = "2.0"

0 commit comments

Comments
 (0)