Skip to content

Commit

Permalink
Update cargo and toml-related dependencies. (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Mar 11, 2024
1 parent 5057b77 commit d0cc57a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 57 deletions.
66 changes: 14 additions & 52 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ handlebars = "4.3.1"
atty = "0.2.14"
termcolor = "1.1.3"
termcolor_output = "1.0.1"
cargo_metadata = "0.17.0"
clap-cargo = { version = "0.10.0", features = ["cargo_metadata"] }
cargo_metadata = "0.18.1"
clap-cargo = { version = "0.14.0", features = ["cargo_metadata"] }
ignore = "0.4.18"
clap-verbosity-flag = "2.0.0"
log = "0.4.17"
Expand All @@ -39,8 +39,8 @@ tame-index = { version = "0.9", features = ["git", "sparse"] }
human-panic = "1.0.3"
bugreport = "0.5.0"
itertools = "0.11.0"
cargo_toml = "0.15.2"
toml = "0.7.6"
cargo_toml = "0.19.2"
toml = "0.8.10"
directories = "5.0.1"
sha2 = "0.10.6"
rustc_version = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion src/rustdoc_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ fn create_placeholder_rustdoc_manifest(
let mut deps = DepsSet::new();
deps.insert(
crate_source.name()?.to_string(),
Dependency::Detailed(project_with_features),
Dependency::Detailed(Box::new(project_with_features)),
);
deps
},
Expand Down

0 comments on commit d0cc57a

Please # to comment.