Skip to content

Commit

Permalink
workspace: upgrade rustdoc-types
Browse files Browse the repository at this point in the history
  • Loading branch information
indygreg committed Jan 21, 2023
1 parent 87d1f81 commit 9f3eeca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.

12 changes: 6 additions & 6 deletions pyoxidizer/src/new-project-cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"

[[package]]
name = "libmimalloc-sys"
version = "0.1.28"
version = "0.1.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04d1c67deb83e6b75fa4fe3309e09cfeade12e7721d95322af500d3814ea60c9"
checksum = "dd8c7cbf8b89019683667e347572e6d55a7df7ea36b0c4ce69961b0cde67b174"
dependencies = [
"cc",
"cty",
Expand Down Expand Up @@ -431,9 +431,9 @@ dependencies = [

[[package]]
name = "regex"
version = "1.7.0"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
dependencies = [
"aho-corasick",
"memchr",
Expand Down Expand Up @@ -541,9 +541,9 @@ checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d"

[[package]]
name = "toml"
version = "0.5.10"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
Expand Down
2 changes: 1 addition & 1 deletion release/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ duct = "0.13.6"
git2 = { version = "0.15.0", default-features = false }
once_cell = "1.17.0"
pulldown-cmark = "0.9.2"
rustdoc-types = "0.18.0"
rustdoc-types = "0.20.0"
semver = "1.0.16"
serde_json = "1.0.91"
tempfile = "3.3.0"
Expand Down

0 comments on commit 9f3eeca

Please sign in to comment.