Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/serde-1.0.197
Browse files Browse the repository at this point in the history
  • Loading branch information
emilpriver authored Mar 11, 2024
2 parents f55b090 + 23884ea commit 282b83d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
17 changes: 8 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ path = "src/bin/geni/bin.rs"
anyhow = "1.0.80"
async-trait = "0.1.77"
chrono = { version = "0.4.31", features = ["serde"] }
clap = { version = "4.5.0", features = ["env", "string", "derive", "cargo"] }
clap = { version = "4.5.2", features = ["env", "string", "derive", "cargo"] }
futures = "0.3.30"
libsql-client = { git = "https://github.com/libsql/libsql-client-rs.git", version = "0.33.2", rev = "a432666", features = ["futures-util", "http"] }
log = { version = "0.4.20", features = ["max_level_debug", "serde"] }
serde = { version = "1.0.197", features = ["derive"] }
log = { version = "0.4.21", features = ["max_level_debug", "serde"] }
serde_json = "1.0.108"
serial_test = "3.0.0"
simplelog = "0.12.1"
Expand All @@ -44,5 +44,5 @@ regex = "1.10.2"

[dev-dependencies]
mockall = "0.12.0"
tempfile = "3.9.0"
tempfile = "3.10.1"
tempdir = "0.3.7"
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN apt-get update && apt-get install -y mariadb-client postgresql-client

ENV DATABASE_MIGRATIONS_FOLDER="/migrations"

LABEL org.opencontainers.image.description "Geni: Standalone database migration tool which works for Postgres, MariaDB, MySQL, Sqlite and LibSQL(Turso)."

WORKDIR /usr/src/app

ENTRYPOINT ["./geni"]

0 comments on commit 282b83d

Please sign in to comment.