Skip to content

Commit

Permalink
Merge pull request #35 from Walther/2024-04-06
Browse files Browse the repository at this point in the history
2024-04-06 chores
  • Loading branch information
Walther committed Apr 6, 2024
2 parents 7d11bab + 209dee1 commit 9b88da5
Show file tree
Hide file tree
Showing 6 changed files with 5,301 additions and 2,418 deletions.
6 changes: 3 additions & 3 deletions clovers-back/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.79"
anyhow = "1.0.81"
aws-config = "0.56.1"
aws-sdk-s3 = "0.34.0"
axum = { version = "0.6.20", features = ["macros", "ws"] }
Expand All @@ -15,13 +15,13 @@ dotenv = "0.15.0"
futures = "0.3.30"
redis = { version = "0.22.3", features = ["tokio-comp", "connection-manager"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.111"
serde_json = "1.0.115"
sqlx = { version = "^0.6.3", features = [
"postgres",
"runtime-tokio-rustls",
"json",
] }
tokio = { version = "1.35", features = ["full"] }
tokio = { version = "1.37", features = ["full"] }
tower-http = { version = "0.4.4", features = ["trace", "cors"] }
tower_governor = "0.1.0"
tracing = "0.1"
Expand Down
8 changes: 4 additions & 4 deletions clovers-batch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.79"
anyhow = "1.0.81"
aws-config = "0.56.1"
aws-sdk-s3 = "0.34.0"
clovers-svc-common = { path = "../clovers-svc-common" }
dotenv = "0.15.0"
image = "0.24.8"
image = "0.24.9"
redis = { version = "0.22.3", features = ["tokio-comp", "connection-manager"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.111"
serde_json = "1.0.115"
sqlx = { version = "^0.6.3", features = [
"postgres",
"runtime-tokio-rustls",
"json",
] }
tokio = { version = "1.35", features = ["full"] }
tokio = { version = "1.37", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "time"] }
6 changes: 0 additions & 6 deletions clovers-front/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ port = 80
handlers = ["tls", "http"]
port = 443

[[services.tcp_checks]]
grace_period = "10s"
interval = "30s"
restart_limit = 0
timeout = "5s"

[[http_service.checks]]
grace_period = "10s"
interval = "30s"
Expand Down
Loading

0 comments on commit 9b88da5

Please sign in to comment.