Skip to content

Commit 09b0338

Browse files
authored
fix: regenerate dependencies-cargo.json to match Cargo.lock (#160)
2 parents 089c850 + 86a3c75 commit 09b0338

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

website/src/data/dependencies-cargo.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"direct": [
3+
{
4+
"name": "base64",
5+
"version": "0.22.1",
6+
"license": "MIT OR Apache-2.0",
7+
"author": "Marshall Pierce <marshall@mpierce.org>",
8+
"homepage": "https://github.com/marshallpierce/rust-base64",
9+
"declaredName": "base64"
10+
},
311
{
412
"name": "process-wrap",
513
"version": "9.1.0",
@@ -150,13 +158,6 @@
150158
"author": "Alice Maz <alice@alicemaz.com>, Marshall Pierce <marshall@mpierce.org>",
151159
"homepage": "https://github.com/marshallpierce/rust-base64"
152160
},
153-
{
154-
"name": "base64",
155-
"version": "0.22.1",
156-
"license": "MIT OR Apache-2.0",
157-
"author": "Marshall Pierce <marshall@mpierce.org>",
158-
"homepage": "https://github.com/marshallpierce/rust-base64"
159-
},
160161
{
161162
"name": "bit-set",
162163
"version": "0.8.0",

0 commit comments

Comments
 (0)