diff --git a/Cargo.toml b/Cargo.toml index e89e4d1..9373b5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ rocket = ["credentials", "oidc", "dep:rocket"] [dependencies] actix-web = { version = "4.5.1", optional = true } -async-trait = { version = "0.1.79", optional = true } +async-trait = { version = "0.1.80", optional = true } axum = { version = "0.7", optional = true, features = ["macros"] } axum-extra = { version = "0.9", optional = true, features = ["typed-header"] } base64-compat = { version = "1", optional = true } @@ -72,7 +72,7 @@ rocket = { version = "0.5.0", optional = true } serde = { version = "1.0", features = ["derive"], optional = true } serde_json = { version = "1.0", optional = true } serde_urlencoded = { version = "0.7.1", optional = true } -time = { version = "0.3.34", optional = true } +time = { version = "0.3.36", optional = true } tokio = { version = "1", optional = true, features = [ "macros", "rt-multi-thread", @@ -85,7 +85,7 @@ tonic = { version = "0.11", features = [ tonic-types = { version = "0.11", optional = true } [dev-dependencies] -chrono = "0.4.35" +chrono = "0.4.38" tokio = { version = "1", features = ["macros", "rt-multi-thread"] } tower = { version = "0.4.13" }