Skip to content

Commit

Permalink
Upgrade dependencies and some base images
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
  • Loading branch information
tegioz committed Aug 4, 2023
1 parent b4bf2f7 commit 5277674
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 59 deletions.
106 changes: 58 additions & 48 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ anyhow = "1.0.72"
askama = "0.12.0"
askama_axum = "0.3.0"
async-channel = "1.9.0"
async-trait = "0.1.71"
axum = { version = "0.6.19", features = ["macros"] }
clap = { version = "4.3.17", features = ["derive"] }
async-trait = "0.1.72"
axum = { version = "0.6.20", features = ["macros"] }
clap = { version = "4.3.19", features = ["derive"] }
config = "0.13.3"
deadpool-postgres = { version = "0.10.5", features = ["serde"] }
futures = "0.3.28"
Expand All @@ -23,17 +23,17 @@ humantime-serde = "1.1.1"
ignore = "0.4.20"
jsonwebtoken = "8.3.0"
lazy_static = "1.4.0"
octocrab = "0.28.0"
octocrab = "0.29.1"
openssl = { version = "0.10.55", features = ["vendored"] }
postgres-openssl = "0.5.0"
regex = "1.9.1"
reqwest = "0.11.18"
serde = { version = "1.0.173", features = ["derive"] }
serde_json = "1.0.103"
serde_yaml = "0.9.24"
serde = { version = "1.0.181", features = ["derive"] }
serde_json = "1.0.104"
serde_yaml = "0.9.25"
sha2 = "0.10.7"
thiserror = "1.0.43"
time = { version = "0.3.23", features = ["serde"] }
thiserror = "1.0.44"
time = { version = "0.3.25", features = ["serde"] }
tokio = { version = "1.29.1", features = [
"macros",
"rt-multi-thread",
Expand All @@ -46,7 +46,7 @@ tokio-postgres = { version = "0.7.8", features = [
"with-time-0_3",
] }
tower = "0.4.13"
tower-http = { version = "0.4.2", features = ["trace"] }
tower-http = { version = "0.4.3", features = ["trace"] }
tracing = "=0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "json"] }
uuid = { version = "1.4.1", features = ["serde", "v4"] }
Expand Down
2 changes: 1 addition & 1 deletion database/migrations/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build tern
FROM golang:1.20.6-alpine3.18 AS tern
FROM golang:1.20.7-alpine3.18 AS tern
RUN apk --no-cache add git
RUN go install github.com/jackc/tern@latest

Expand Down

0 comments on commit 5277674

Please sign in to comment.