Skip to content

Commit 73f0ab1

Browse files
chore(deps): Bump the production-dependencies group with 3 updates
Bumps the production-dependencies group with 3 updates: [axum](https://github.com/tokio-rs/axum), [axum-extra](https://github.com/tokio-rs/axum) and [bytes](https://github.com/tokio-rs/bytes). Updates `axum` from 0.8.6 to 0.8.7 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](tokio-rs/axum@axum-v0.8.6...axum-v0.8.7) Updates `axum-extra` from 0.12.1 to 0.12.2 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/commits/axum-extra-v0.12.2) Updates `bytes` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.10.1...v1.11.0) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: axum-extra dependency-version: 0.12.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: bytes dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6650673 commit 73f0ab1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ clickhouse = { version = "0.14.0", features = ["chrono"] }
1515
sqlx = { version = "0.8.6", features = ["chrono", "derive", "postgres", "runtime-tokio", "uuid"] }
1616
uuid = { version = "1.18.1", features = ["serde", "v4"] }
1717
cached = { version = "0.56.0", features = ["async", "serde"] }
18-
axum = "0.8.6"
18+
axum = "0.8.7"
1919
utoipa-axum = "0.2.0"
2020
utoipa = { version = "5.4.0", features = ["axum_extras", "chrono", "uuid"] }
2121
serde = { version = "1.0.228", features = ["derive"] }
@@ -38,9 +38,9 @@ base64 = "0.22.1"
3838
tryhard = "0.5.2"
3939
async-compression = { version = "0.4.33", features = ["bzip2", "tokio"] }
4040
strum = { version = "0.27.2", features = ["derive"] }
41-
axum-extra = { version = "0.12.1", features = ["query"] }
41+
axum-extra = { version = "0.12.2", features = ["query"] }
4242
metrics = "0.24.2"
43-
bytes = { version = "1.10.1", features = ["serde"] }
43+
bytes = { version = "1.11.0", features = ["serde"] }
4444
thiserror = "2.0.17"
4545
rand = "0.9.2"
4646
quick-xml = { version = "0.38.4", features = ["serde", "serialize"] }

0 commit comments

Comments
 (0)