@@ -405,7 +405,6 @@ fn update_precise() {
405
405
. with_stderr (
406
406
"\
407
407
[UPDATING] `[..]` index
408
- [LOCKING] 1 package to latest compatible version
409
408
[DOWNGRADING] serde v0.2.1 -> v0.2.0
410
409
[NOTE] pass `--verbose` to see 1 unchanged dependencies behind latest
411
410
" ,
@@ -496,7 +495,6 @@ fn update_precise_build_metadata() {
496
495
. with_stderr (
497
496
"\
498
497
[UPDATING] `[..]` index
499
- [LOCKING] 1 package to latest compatible version
500
498
[UPDATING] serde v0.0.1+first -> v0.0.1+second
501
499
" ,
502
500
)
@@ -508,7 +506,6 @@ fn update_precise_build_metadata() {
508
506
. with_stderr (
509
507
"\
510
508
[UPDATING] `[..]` index
511
- [LOCKING] 1 package to latest compatible version
512
509
[UPDATING] serde v0.0.1+second -> v0.0.1+first
513
510
" ,
514
511
)
@@ -546,7 +543,6 @@ fn update_precise_do_not_force_update_deps() {
546
543
. with_stderr (
547
544
"\
548
545
[UPDATING] `[..]` index
549
- [LOCKING] 1 package to latest compatible version
550
546
[UPDATING] serde v0.2.1 -> v0.2.2
551
547
[NOTE] pass `--verbose` to see 1 unchanged dependencies behind latest
552
548
" ,
@@ -702,7 +698,6 @@ fn update_precise_first_run() {
702
698
. with_stderr (
703
699
"\
704
700
[UPDATING] `[..]` index
705
- [LOCKING] 1 package to latest compatible version
706
701
[DOWNGRADING] serde v0.2.1 -> v0.2.0
707
702
" ,
708
703
)
@@ -857,7 +852,6 @@ fn update_precise_first_run() {
857
852
. with_stderr (
858
853
"\
859
854
[UPDATING] `[..]` index
860
- [LOCKING] 0 packages to latest compatible versions
861
855
" ,
862
856
)
863
857
. run ( ) ;
@@ -1024,7 +1018,6 @@ required by package `foo v0.1.0 ([ROOT]/foo)`
1024
1018
. with_stderr (
1025
1019
"\
1026
1020
[UPDATING] [..] index
1027
- [LOCKING] 1 package to latest compatible version
1028
1021
[UPDATING] bar v0.1.0+extra-stuff.0 -> v0.1.1+extra-stuff.1
1029
1022
" ,
1030
1023
)
@@ -1047,7 +1040,6 @@ required by package `foo v0.1.0 ([ROOT]/foo)`
1047
1040
. with_stderr (
1048
1041
"\
1049
1042
[UPDATING] [..] index
1050
- [LOCKING] 1 package to latest compatible version
1051
1043
[UPDATING] bar v0.1.1+extra-stuff.1 -> v0.1.3
1052
1044
" ,
1053
1045
)
@@ -1379,7 +1371,6 @@ fn update_precise_git_revisions() {
1379
1371
. with_stderr ( format ! (
1380
1372
"\
1381
1373
[UPDATING] git repository `{url}`
1382
- [LOCKING] 1 package to latest compatible version
1383
1374
[UPDATING] git v0.5.0 ([..]) -> #{}" ,
1384
1375
& tag_commit_id[ ..8 ] ,
1385
1376
) )
@@ -1393,7 +1384,6 @@ fn update_precise_git_revisions() {
1393
1384
. with_stderr ( format ! (
1394
1385
"\
1395
1386
[UPDATING] git repository `{url}`
1396
- [LOCKING] 1 package to latest compatible version
1397
1387
[UPDATING] git v0.5.0 ([..]) -> #{short_id}" ,
1398
1388
) )
1399
1389
. run ( ) ;
@@ -1408,7 +1398,6 @@ fn update_precise_git_revisions() {
1408
1398
. with_stderr ( format ! (
1409
1399
"\
1410
1400
[UPDATING] git repository `{url}`
1411
- [LOCKING] 1 package to latest compatible version
1412
1401
[UPDATING] git v0.5.0 ([..]) -> #{}" ,
1413
1402
& tag_commit_id[ ..8 ] ,
1414
1403
) )
@@ -1427,7 +1416,6 @@ fn update_precise_git_revisions() {
1427
1416
. with_stderr ( format ! (
1428
1417
"\
1429
1418
[UPDATING] git repository `{url}`
1430
- [LOCKING] 1 package to latest compatible version
1431
1419
[UPDATING] git v0.5.0 ([..]) -> #{}" ,
1432
1420
& head_id[ ..8 ] ,
1433
1421
) )
@@ -1487,7 +1475,6 @@ Caused by:
1487
1475
[UPDATING] `dummy-registry` index
1488
1476
[WARNING] selected package `[email protected] ` was yanked by the author
1489
1477
[NOTE] if possible, try a compatible non-yanked version
1490
- [LOCKING] 1 package to latest compatible version
1491
1478
[UPDATING] bar v0.1.0 -> v0.1.1
1492
1479
" ,
1493
1480
)
@@ -1531,7 +1518,6 @@ fn precise_yanked_multiple_presence() {
1531
1518
[UPDATING] `dummy-registry` index
1532
1519
[WARNING] selected package `[email protected] ` was yanked by the author
1533
1520
[NOTE] if possible, try a compatible non-yanked version
1534
- [LOCKING] 1 package to latest compatible version
1535
1521
[UPDATING] bar v0.1.0 -> v0.1.1
1536
1522
" ,
1537
1523
)
0 commit comments