Skip to content

Commit d6504e1

Browse files
update tower-sessions to 0.13.0 (#14)
1 parent c5ffbd9 commit d6504e1

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 0.7.0
4+
5+
- Update `tower-sessions` to 0.13.0
6+
37
# 0.6.1
48

59
- Update docs re web fundamentals

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "axum-messages"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
edition = "2021"
55
authors = ["Max Countryman <hello@maxcountryman.com>"]
66
categories = ["asynchronous", "network-programming", "web-programming"]
@@ -19,7 +19,7 @@ parking_lot = "0.12.1"
1919
serde = { version = "1.0.195", features = ["derive"] }
2020
serde_json = "1"
2121
tower = "0.4"
22-
tower-sessions-core = "0.12.0"
22+
tower-sessions-core = "0.13.0"
2323
tracing = { version = "0.1.40", features = ["log"] }
2424

2525
[dev-dependencies]
@@ -28,7 +28,7 @@ http-body-util = "0.1"
2828
hyper = "1.0"
2929
tokio = { version = "1.20", features = ["macros", "rt-multi-thread"] }
3030
tower = "0.4"
31-
tower-sessions = "0.12.0"
31+
tower-sessions = "0.13.0"
3232

3333
[[example]]
3434
name = "basic"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To use the crate in your project, add the following to your `Cargo.toml` file:
3434

3535
```toml
3636
[dependencies]
37-
axum-messages = "0.6.1"
37+
axum-messages = "0.7.0"
3838
```
3939

4040
## 🤸 Usage

0 commit comments

Comments
 (0)