1 Commits

Author SHA1 Message Date
528451d2f1 Update dependency dart to v3.11.3
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2026-03-20 00:29:23 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ edition = "2024"
env_logger = "0.11.9" env_logger = "0.11.9"
log = "0.4.29" log = "0.4.29"
diesel = { version = "2.3.7", features = ["postgres", "r2d2"] } diesel = { version = "2.3.7", features = ["postgres", "r2d2"] }
diesel_migrations = "2.3.1" diesel_migrations = "2.2.0"
clap = { version = "4.5.60", features = ["env", "derive"] } clap = { version = "4.5.60", features = ["env", "derive"] }
actix-web = "4.13.0" actix-web = "4.13.0"
actix-cors = "0.7.1" actix-cors = "0.7.1"

View File

@@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1 version: 1.0.0+1
environment: environment:
sdk: ^3.8.1 sdk: 3.11.3
# Dependencies specify other packages that your package needs in order to work. # Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions # To automatically upgrade your package dependencies to the latest versions