Skip to content

Commit

Permalink
Merge pull request #26 from krojew/ver-bump
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
krojew authored Jan 14, 2025
2 parents 3cf9aa5 + 0f0f7c4 commit 32fd179
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [springtime-web-axum] 3.0.1

* Using `axum` 0.8.
*
* Updated dependencies to the latest versions.

## [springtime] 1.0.3

## [springtime-di] 1.0.2
Expand All @@ -6,7 +12,7 @@

## [springtime-web-axum] 2.0.1

* Updated dependencies to latest versions.
* Updated dependencies to the latest versions.

## [springtime] 1.0.1

Expand All @@ -16,7 +22,7 @@

## [springtime-web-axum] 2.0.0

* Updated dependencies to latest versions.
* Updated dependencies to the latest versions.

## [springtime-web-axum] 1.0.0

Expand Down
22 changes: 11 additions & 11 deletions springtime-web-axum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "springtime-web-axum"
version = "2.0.1"
version = "3.0.0"
edition.workspace = true
authors.workspace = true
description = "Web framework based on Springtime and axum."
Expand All @@ -17,21 +17,21 @@ derive = ["springtime-web-axum-derive"]

[dependencies]
axum = "0.8.1"
config = "0.15.4"
config = "0.15.5"
downcast = "0.11.0"
futures = "0.3.29"
futures = "0.3.31"
fxhash = "0.2.1"
serde = "1.0.193"
serde = "1.0.217"
springtime = { version = "1.0.0", path = "../springtime" }
springtime-di = { version = "1.0.0", path = "../springtime-di", features = ["async"] }
springtime-web-axum-derive = { version = "0.1.0", path = "../springtime-web-axum-derive", optional = true }
thiserror = "2.0.3"
tokio = { version = "1.34.0", features = ["rt", "macros", "rt-multi-thread"] }
tracing = "0.1.40"
thiserror = "2.0.11"
tokio = { version = "1.43.0", features = ["rt", "macros", "rt-multi-thread"] }
tracing = "0.1.41"

[dev-dependencies]
mockall = "0.13.0"
once_cell = "1.18.0"
mockall = "0.13.1"
once_cell = "1.20.2"
portpicker = "0.1.1"
reqwest = "0.12.4"
tower-http = { version = "0.6.0", features = ["validate-request", "compression-gzip", "auth"] }
reqwest = "0.12.12"
tower-http = { version = "0.6.2", features = ["validate-request", "compression-gzip", "auth"] }

0 comments on commit 32fd179

Please sign in to comment.