diff --git a/Cargo.toml b/Cargo.toml index 7d13d00..2cd94be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,9 +18,9 @@ name = "migration" path = "./src/bin/migration.rs" [dependencies] -axum = { version = "0.7.1", features = ["ws"] } +axum = { version = "0.7.2", features = ["ws"] } axum-extra = { version = "0.9.0", features = ["typed-header"] } -sea-orm = { version = "0.12.7", features = [ +sea-orm = { version = "0.12.9", features = [ "sqlx-postgres", "runtime-tokio-rustls", "macros", @@ -50,8 +50,8 @@ lettre = { version = "0.11.2", features = ["tokio1-native-tls", "builder"] } log = "0.4.20" log-derive = "0.4.1" mockall = "0.12.0" -once_cell = "1.18.0" -openssl = "0.10.60" +once_cell = "1.19.0" +openssl = "0.10.61" project-root = "0.2.2" rand = "0.8.5" rand_core = { version = "0.6.4", features = ["std"] } @@ -69,7 +69,7 @@ tempfile = "3.8.1" tera = "1.19.1" test-context = "0.1.4" thiserror = "1.0.50" -tokio = { version = "1.34.0", features = ["full"] } +tokio = { version = "1.35.0", features = ["full"] } tracing = { version = "0.1.40", features = ["attributes"] } tracing-actix-web = "0.7.9" tracing-appender = "0.2.3" @@ -82,8 +82,8 @@ tracing-subscriber = { version = "0.3.18", features = [ url = "2.5.0" utoipa = { version = "4.1.0", features = ["axum_extras", "uuid", "chrono"] } utoipa-swagger-ui = { version = "5.0.0", features = ["axum"] } -uuid = { version = "1.4.1", features = ["v4", "serde"] } +uuid = { version = "1.6.1", features = ["v4", "serde"] } tokio-tungstenite = "0.21.0" wiremock = "0.5.22" garde = "0.16.3" -regex = "1.10.2" +regex = "1.10.2" \ No newline at end of file