Skip to content

Commit f417764

Browse files
chore(deps): update toml requirement from 0.8 to 1.1
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](toml-rs/toml@toml-v0.8.0...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 06a747f commit f417764

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
@@ -106,7 +106,7 @@ test-harness = "0.3.0"
106106
thiserror = "1"
107107
tokio = { version = "1.35.0", features = ["full"] }
108108
tokio-stream = { version = "0.1.11", features = ["net"] }
109-
toml = "0.8"
109+
toml = "1.1"
110110
tonic = { version = "0.13", features = ["transport", "codegen", "tls-native-roots"] }
111111
tonic-build = "0.13"
112112
tonic-reflection = "0.13"

0 commit comments

Comments
 (0)