Skip to content

Commit

Permalink
fix(dependencies): update rust crate rust-embed to v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 5, 2021
1 parent 2b723d1 commit 1e705f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Expand Up @@ -192,7 +192,7 @@ pulldown-cmark = { version = "=0.8.0", optional = true }
rand = "=0.8.4"
regex = "=1.5.4"
reqwest = { version = "=0.11.4", optional = true, features = ["json"] }
rust-embed = { version = "=6.1.0", features = ["compression"], optional = true }
rust-embed = { version = "=6.2.0", features = ["compression"], optional = true }
schemars = { version = "=0.8.3", features = ["preserve_order", "chrono"] }
self_update = { version = "=0.27.0", optional = true, features = [
"archive-tar",
Expand Down

0 comments on commit 1e705f0

Please sign in to comment.