We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6e4aa commit 03d2aebCopy full SHA for 03d2aeb
Cargo.toml
@@ -36,7 +36,7 @@ rayon = "1.9"
36
regex = "1.10"
37
serde_json = "1.0"
38
serde = { version = "1.0", features = ["derive"] }
39
-serde_yaml = "0.9.33"
+serde_yaml = "0.9.34"
40
sha2 = "0.10"
41
thiserror = "1.0"
42
tokio = { version = "^1.36.0", features = ["full"] }
@@ -46,7 +46,7 @@ tracing-opentelemetry = "0.23.0"
46
tracing-subscriber = { version = "0.3", features = ["ansi", "fmt", "json"] }
47
semver = { version = "1.0.22", features = ["serde"] }
48
mockall_double = "0.3"
49
-axum = { version = "0.7.4", features = ["macros", "query"] }
+axum = { version = "0.7.5", features = ["macros", "query"] }
50
axum-server = { version = "0.6", features = ["tls-rustls"] }
51
tower-http = { version = "0.5.2", features = ["trace"] }
52
0 commit comments