Skip to content

Commit f311f28

Browse files
authored
Merge pull request #854 from kubewarden/dependabot/cargo/axum-server-0.7.1
build(deps): bump axum-server from 0.6.0 to 0.7.1
2 parents cab7ea1 + ed4d1ad commit f311f28

File tree

3 files changed

+19
-60
lines changed

3 files changed

+19
-60
lines changed

Cargo.lock

+17-58
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tracing-subscriber = { version = "0.3", features = ["ansi", "fmt", "json"] }
4545
semver = { version = "1.0.22", features = ["serde"] }
4646
mockall_double = "0.3"
4747
axum = { version = "0.7.5", features = ["macros", "query"] }
48-
axum-server = { version = "0.6", features = ["tls-rustls"] }
48+
axum-server = { version = "0.7.1", features = ["tls-rustls-no-provider"] }
4949
tower-http = { version = "0.5.2", features = ["trace"] }
5050
tikv-jemallocator = { version = "0.5.4", features = [
5151
"profiling",

tests/integration_test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ async fn test_detect_certificate_rotation() {
681681
// the old certificate should still be in use, since we didn't change also the key
682682
assert!(check_tls_san_name(&domain_ip, &domain_port, hostname1).await);
683683

684-
// write only the cert file
684+
// write only the key file
685685
std::fs::write(&key_file, tls_data2.key).unwrap();
686686

687687
// give inotify some time to ensure it detected the cert change

0 commit comments

Comments
 (0)