Skip to content

Commit 8c80dba

Browse files
committed
Prep for winnow 0.5 upgrade for gix-protocol
1 parent b213889 commit 8c80dba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gix-protocol/src/remote_progress.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ use std::convert::TryFrom;
22

33
use bstr::ByteSlice;
44
use winnow::{
5-
bytes::{tag, take_till0, take_till1},
65
combinator::opt,
6+
combinator::{preceded, terminated},
77
prelude::*,
8-
sequence::{preceded, terminated},
8+
token::{tag, take_till0, take_till1},
99
};
1010

1111
/// The information usually found in remote progress messages as sent by a git server during

0 commit comments

Comments
 (0)