Skip to content

Commit 7f70412

Browse files
committed
Update cargo snapbox test files
1 parent dffcc58 commit 7f70412

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

tests/cases/cargo.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,21 @@
110110
"repo_status": "Unassociated",
111111
"version": "0.2.1"
112112
},
113+
{
114+
"name": "varisat-checker",
115+
"outdated_deps": [
116+
{
117+
"name": "rustc-hash",
118+
"req": "^1.1.0",
119+
"version_latest": null,
120+
"version_used": "1.1.0"
121+
}
122+
],
123+
"repo_status": {
124+
"Age": null
125+
},
126+
"version": "0.2.2"
127+
},
113128
{
114129
"name": "varisat-dimacs",
115130
"outdated_deps": [
@@ -161,6 +176,12 @@
161176
"version_latest": null,
162177
"version_used": "2.10.1"
163178
},
179+
{
180+
"name": "rustc-hash",
181+
"req": "^1.1.0",
182+
"version_latest": null,
183+
"version_used": "1.1.0"
184+
},
164185
{
165186
"name": "vec_mut_scan",
166187
"req": "^0.3.0",

tests/cases/cargo.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Scanning 341 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)