Skip to content

Update dependencies#162

Closed
simonmarty wants to merge 4 commits intoaws:mainfrom
simonmarty:main
Closed

Update dependencies#162
simonmarty wants to merge 4 commits intoaws:mainfrom
simonmarty:main

Conversation

@simonmarty
Copy link
Copy Markdown
Contributor

@simonmarty simonmarty commented Feb 5, 2026

Issue #, if available:

Description of changes:
Updated dependencies
Formatting changes are due to new clippy suggestions.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@simonmarty simonmarty requested a review from a team as a code owner February 5, 2026 23:01
@simonmarty simonmarty added the safe-to-test Maintainer approval to run integration tests for external contributor PRs. label Feb 5, 2026
@simonmarty simonmarty requested review from a team and i-am-SR and removed request for a team February 5, 2026 23:04
@github-actions github-actions Bot removed the safe-to-test Maintainer approval to run integration tests for external contributor PRs. label Feb 5, 2026
[dependencies]
tokio = { version = "1", features = ["rt-multi-thread", "net", "macros", "test-util", "process", "io-util"] }
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] }
reqwest = "0.13"
Copy link
Copy Markdown
Contributor Author

@simonmarty simonmarty Feb 5, 2026

Choose a reason for hiding this comment

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

rustls is now the default for reqwest 0.13 going forward, the feature flag was removed.

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.18%. Comparing base (cbd8fd6) to head (1295561).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #162      +/-   ##
==========================================
+ Coverage   92.14%   92.18%   +0.04%     
==========================================
  Files          14       14              
  Lines        2405     2406       +1     
  Branches     2405     2406       +1     
==========================================
+ Hits         2216     2218       +2     
  Misses        143      143              
+ Partials       46       45       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@simonmarty simonmarty added the safe-to-test Maintainer approval to run integration tests for external contributor PRs. label Feb 6, 2026
@github-actions github-actions Bot removed the safe-to-test Maintainer approval to run integration tests for external contributor PRs. label Feb 6, 2026
Comment thread deny.toml
"OpenSSL",
"0BSD",
"CDLA-Permissive-2.0",
"Zlib",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

what dep is using the Zlib license?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Zlib (2): foldhash@0.1.5, miniz_oxide@0.8.9

@simonmarty simonmarty requested a review from lohdipak February 12, 2026 22:21
@simonmarty simonmarty enabled auto-merge (squash) February 13, 2026 19:42
@simonmarty simonmarty closed this Mar 23, 2026
auto-merge was automatically disabled March 23, 2026 19:59

Pull request was closed

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.

2 participants