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 time crate #556

Merged
merged 2 commits into from
Jan 22, 2024
Merged

Update time crate #556

merged 2 commits into from
Jan 22, 2024

Conversation

raoulstrackx
Copy link
Contributor

Fixes #555

@@ -42,5 +42,5 @@ byteorder = "1.1.0" # Unlicense/MIT
env_logger = "0.6" # MIT/Apache-2.0
lazy_static = "1" # MIT/Apache-2.0
log = "0.4" # MIT/Apache-2.0
reqwest = "0.9" # MIT/Apache-2.0
reqwest = { version = "0.11", features = ["blocking"] } # MIT/Apache-2.0
Copy link
Member

Choose a reason for hiding this comment

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

do we need default features or can we default-features = false?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch! But the only default feature is default-tls. There's limited documentation, but I doubt we should disable it.

@raoulstrackx raoulstrackx added this pull request to the merge queue Jan 22, 2024
Merged via the queue into master with commit 4732186 Jan 22, 2024
1 check passed
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.

Update time crate
2 participants