Skip to content

Commit

Permalink
fix(dependencies): update rust crate rust-embed to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 1, 2021
1 parent 954a365 commit ed6f2e9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
26 changes: 20 additions & 6 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ansi_term = { version = "=0.12.1", optional = true }
color-eyre = { version = "=0.5.11", optional = true }
exitcode = "=1.1.2"
linya = { version = "=0.2.1", optional = true }
rust-embed = { version = "=5.9.0", features = ["compression"], optional = true }
rust-embed = { version = "=6.0.0", features = ["compression"], optional = true }
rustyline = { version = "=8.2.0", optional = true }
rustyline-derive = { version = "=0.4.0", optional = true }
stencila = { path = "../rust" }
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,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 = "=5.9.0", optional = true }
rust-embed = { version = "=6.0.0", 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 ed6f2e9

Please sign in to comment.