Skip to content

Commit b1f8115

Browse files
build(deps): update toml requirement from 0.8.19 to 1.1.2
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](toml-rs/toml@toml-v0.8.19...toml-v1.1.2) --- updated-dependencies: - dependency-name: toml dependency-version: 1.1.2+spec-1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2311a10 commit b1f8115

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sysinfo = { version = "0.35.2", features = ["serde"] }
3131
tempfile = "3.14.0"
3232
tokio = { version = "1.42.0", features = ["rt", "rt-multi-thread", "macros"] }
3333
tokio-util = "0.7.13"
34-
toml = "0.8.19"
34+
toml = "1.1.2"
3535
tower = "0.5.2"
3636
tower-http = { version = "0.6.2", features = ["trace", "fs", "limit"] }
3737
tracing = "0.1.41"

0 commit comments

Comments
 (0)