-
Notifications
You must be signed in to change notification settings - Fork 690
chore: metrics endpoint variables renamed from HTTP_SERVER->SYSTEM #1934
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
Changes from all commits
f3ff3fe
ce7b562
fc22d8d
4dba63c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -77,5 +77,13 @@ socket2 = { version = "0.5.8" } | |
| [dev-dependencies] | ||
| assert_matches = { version = "1.5.0" } | ||
| env_logger = { version = "0.11" } | ||
| reqwest = { version = "0.12.22", features = ["json"] } | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm trying to avoid us having a dependency on OpenSSL. Fix is here: #1945 |
||
| rstest = { version = "0.23.0" } | ||
| temp-env = { version = "0.3.6" } | ||
|
|
||
| # These patches are to address issues in reqwest, which is used in the HTTP server test (but not on servers). | ||
| # These are transitive dependencies to use secure versions and mitigate known vulnerabilities. | ||
| [patch.crates-io] | ||
| tokio = { version = "1.18.4" } # addresses RUSTSEC-2023-0001 | ||
| h2 = { version = "0.4.4" } # addresses RUSTSEC-2024-0332 | ||
| rustls = { version = "0.23.18" } # addresses RUSTSEC-2024-0399 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
Uh oh!
There was an error while loading. Please reload this page.