Skip to content

Commit 242a9ec

Browse files
chore: final dependency update
1 parent 93ed2cd commit 242a9ec

File tree

3 files changed

+19
-22
lines changed

3 files changed

+19
-22
lines changed

Cargo.lock

Lines changed: 16 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "url-shortener-ztm"
3-
version = "0.25.0"
3+
version = "0.25.1"
44
edition = "2024"
55

66
[[bin]]
@@ -15,7 +15,7 @@ anyhow = "1.0.100"
1515
argon2 = "0.5.3"
1616
async-trait = "0.1.89"
1717
axum = "0.8.6"
18-
axum-extra = { version = "0.10.3", features = [ "typed-header", "cookie"] }
18+
axum-extra = { version = "0.12.0", features = [ "typed-header", "cookie"] }
1919
axum-macros = "0.5.0"
2020
base64 = "0.22.1"
2121
chrono = { version = "0.4.42", features = ["serde"] }

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the official Rust image as the base image for building
2-
FROM rust:1.90-slim AS builder
2+
FROM rust:1.91-slim AS builder
33

44
# Install required packages for building
55
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)