Skip to content

Commit

Permalink
fix(deps): update rust crate toml to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2024
1 parent 54f94e6 commit cf814e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ serde = {version = "1.0", default-features = false, features = ["derive", "alloc
serde_json = {version = "1.0", default-features = false, features = ["alloc"]}
stat_common = {path = "../common"}
tokio = {version = "1", features = ["full"]}
toml = "0.7"
toml = "0.8"
tonic = {version = "0.9", features = ["gzip", "tls"]}
tower-http = { version = "0.5.1", features = ["cors"] }
url = "2.5.0"
Expand Down

0 comments on commit cf814e6

Please sign in to comment.