Skip to content

Commit ff8034f

Browse files
dependabot[bot]Rikorose
authored andcommitted
build(deps): update rust-ini requirement from ^0.20 to ^0.21 in /libDF
Updates the requirements on [rust-ini](https://github.com/zonyitoo/rust-ini) to permit the latest version. - [Release notes](https://github.com/zonyitoo/rust-ini/releases) - [Commits](zonyitoo/rust-ini@v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: rust-ini dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d95a2c3 commit ff8034f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libDF/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ ogg = { version = "^0.8", optional = true }
119119
claxon = { version = "^0.4", optional = true }
120120
env_logger = { version = "0.11", optional = true }
121121
clap = { version = "4.0", optional = true, features = ["derive"] }
122-
rust-ini = { version = "^0.20", optional = true }
122+
rust-ini = { version = "^0.21", optional = true }
123123
tract-core = { version = "^0.21.0", optional = true }
124124
tract-onnx = { version = "^0.21.0", optional = true }
125125
tract-pulse = { version = "^0.21.0", optional = true }

0 commit comments

Comments
 (0)