Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler authored Apr 18, 2024
2 parents 333eaf1 + 2084e0e commit f181c75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -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",
Expand All @@ -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" }

Expand Down

0 comments on commit f181c75

Please sign in to comment.