Skip to content

Commit cf814e6

Browse files
fix(deps): update rust crate toml to 0.8
1 parent 54f94e6 commit cf814e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ serde = {version = "1.0", default-features = false, features = ["derive", "alloc
4242
serde_json = {version = "1.0", default-features = false, features = ["alloc"]}
4343
stat_common = {path = "../common"}
4444
tokio = {version = "1", features = ["full"]}
45-
toml = "0.7"
45+
toml = "0.8"
4646
tonic = {version = "0.9", features = ["gzip", "tls"]}
4747
tower-http = { version = "0.5.1", features = ["cors"] }
4848
url = "2.5.0"

0 commit comments

Comments
 (0)