diff --git a/Cargo.lock b/Cargo.lock index 75cdeed0..c320f7ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2197,7 +2197,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.6", + "socket2 0.4.10", "tokio", "tower-service", "tracing", diff --git a/Cargo.toml b/Cargo.toml index 01194e3c..e44028f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,11 +32,11 @@ opentelemetry_sdk = { version = "0.22.1", features = ["rt-tokio"] } procfs = "0.16" pprof = { version = "0.13", features = ["prost-codec"] } policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.16.2" } -rayon = "1.9" +rayon = "1.10" regex = "1.10" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -serde_yaml = "0.9.33" +serde_yaml = "0.9.34" sha2 = "0.10" thiserror = "1.0" tokio = { version = "^1.36.0", features = ["full"] } @@ -46,7 +46,7 @@ tracing-opentelemetry = "0.23.0" tracing-subscriber = { version = "0.3", features = ["ansi", "fmt", "json"] } semver = { version = "1.0.22", features = ["serde"] } mockall_double = "0.3" -axum = { version = "0.7.4", features = ["macros", "query"] } +axum = { version = "0.7.5", features = ["macros", "query"] } axum-server = { version = "0.6", features = ["tls-rustls"] } tower-http = { version = "0.5.2", features = ["trace"] }