Skip to content

Commit b38f6f2

Browse files
committed
Update taplo snapbox test files
1 parent 76c92c6 commit b38f6f2

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

tests/cases/taplo.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@
55
"repo_status": "Archived",
66
"version": "1.0.2"
77
},
8+
{
9+
"name": "countme",
10+
"outdated_deps": [
11+
{
12+
"name": "rustc-hash",
13+
"req": "^1.1",
14+
"version_latest": null,
15+
"version_used": "1.1.0"
16+
}
17+
],
18+
"repo_status": {
19+
"Age": null
20+
},
21+
"version": "3.0.1"
22+
},
823
{
924
"name": "dirs",
1025
"outdated_deps": [],
@@ -17,6 +32,21 @@
1732
"repo_status": "Unassociated",
1833
"version": "0.1.19"
1934
},
35+
{
36+
"name": "lsp-types",
37+
"outdated_deps": [
38+
{
39+
"name": "bitflags",
40+
"req": "^1.0.1",
41+
"version_latest": null,
42+
"version_used": "1.3.2"
43+
}
44+
],
45+
"repo_status": {
46+
"Age": null
47+
},
48+
"version": "0.93.2"
49+
},
2050
{
2151
"name": "proc-macro-error",
2252
"outdated_deps": [

tests/cases/taplo.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Scanning 262 packages and their dependencies (pass --verbose for more information)
2+
warning: failed to determine `oorandom` existence: unexpected response code: 403
23
warning: failed to clone `https://sr.ht/~icefox/oorandom/`: [
34
"fatal: remote error: /n/nYou have tried to clone a project from sourcehut, but you probably meant to/nclone a specific git repository for this project instead. A single project on/nsourcehut often has more than one git repository./n/n/n/nTo browse all of the available repositories for this project, visit this URL:/n/n https://sr.ht/~icefox/oorandom/sources/n",
45
]

0 commit comments

Comments
 (0)