Skip to content

Commit

Permalink
Update Rust crate rust-embed to 6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and zdz committed Jan 26, 2024
1 parent cc80174 commit 0059293
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 @@ -37,7 +37,7 @@ prettytable-rs = "^0.10"
prost = "0.11"
reqwest = {version = "0.11", features = ["json", "rustls-tls"], default-features = false}
rhai = {version = "1.14", features = ["sync", "metadata", "decimal", "no_function", "no_module", "no_closure", "unchecked"]}
rust-embed = {version = "6.6", features = ["mime-guess"]}
rust-embed = {version = "6.8", features = ["mime-guess"]}
serde = {version = "1.0", default-features = false, features = ["derive", "alloc"]}
serde_json = {version = "1.0", default-features = false, features = ["alloc"]}
stat_common = {path = "../common"}
Expand Down

0 comments on commit 0059293

Please sign in to comment.