-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update rust version and various deps #769
Conversation
1089c74
to
01345f0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The base branch was changed.
d8ef2ba
to
f219327
Compare
@@ -266,7 +266,7 @@ mod test { | |||
#[test] | |||
fn test_out_of_bounds_display() { | |||
let actual = get_timestamp_out_of_bounds_for_datetime().to_string(); | |||
assert_eq!(actual, "later than +262143-12-31 23:59:59.999999999 UTC"); | |||
assert_eq!(actual, "later than +262142-12-31 23:59:59.999999999 UTC"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more.
|
e1e824d
to
f7b4715
Compare
f7b4715
to
64f09be
Compare
Proposed Changes
Still need to update:
jsonrpsee
is 4 versions behind. The migration looks complex, will attempt in a follow up.tower
-jsonrpsee
has a dependency here, will do at the same time asjsonrpsee
.reqwest
-ethers
has a dependency here, will do as part of thealloy
migration.