Skip to content
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

Update reqwest to 0.10.0 #101

Merged
merged 2 commits into from
Jan 7, 2020
Merged

Update reqwest to 0.10.0 #101

merged 2 commits into from
Jan 7, 2020

Conversation

giarc3
Copy link
Member

@giarc3 giarc3 commented Jan 6, 2020

  • Update bytes to 0.5
  • Update reqwest to 0.10
  • Update tokio to 0.2.6
  • Update protobuf to 2.10
  • Standardized dependencies to use ~ to try to avoid our errors of misunderstanding ~ vs ^

src/lib.rs Outdated Show resolved Hide resolved
let mut file = File::open(IRONCORE_CONFIG_PATH.1.clone()).unwrap_or_else(|err| {
panic!(
"Failed to open config file ({}) with error '{}'",
IRONCORE_CONFIG_PATH.0,
err.description()
IRONCORE_CONFIG_PATH.0, err
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worth noting that these changes were due to description being soft deprecated, not the version upgrade.

@giarc3 giarc3 merged commit af556e4 into master Jan 7, 2020
@giarc3 giarc3 deleted the 99-update-reqwest branch January 7, 2020 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants