Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions website/src/data/dependencies-cargo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"direct": [
{
"name": "base64",
"version": "0.22.1",
"license": "MIT OR Apache-2.0",
"author": "Marshall Pierce <marshall@mpierce.org>",
"homepage": "https://github.com/marshallpierce/rust-base64",
"declaredName": "base64"
},
{
"name": "process-wrap",
"version": "9.1.0",
Expand Down Expand Up @@ -150,13 +158,6 @@
"author": "Alice Maz <alice@alicemaz.com>, Marshall Pierce <marshall@mpierce.org>",
"homepage": "https://github.com/marshallpierce/rust-base64"
},
{
"name": "base64",
"version": "0.22.1",
"license": "MIT OR Apache-2.0",
"author": "Marshall Pierce <marshall@mpierce.org>",
"homepage": "https://github.com/marshallpierce/rust-base64"
},
{
"name": "bit-set",
"version": "0.8.0",
Expand Down
Loading