Skip to content

Commit

Permalink
Merge pull request #2 from patte/dependabot/cargo/tower-sessions-0.11.1
Browse files Browse the repository at this point in the history
build(deps): update tower-sessions from 0.10.2 to 0.11.1
  • Loading branch information
patte authored Mar 18, 2024
2 parents 80eb03c + 0731722 commit 89da44a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.11.1

- Update `tower-sessions` to `0.11.1`

# 0.1.0

- Initial release :tada:
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[workspace]
members = ["tests"]
members = ["tests", "rusqlite-store"]
resolver = "2"
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ This is an unofficial fork of the original `tower-sessions-stores`. I'm relative
## 🙏 Credits
All credits go to the original authors of `tower-sessions-stores` and `tower-sessions`.

<!-- 📦 Release
cargo publish --dry-run -p tower-sessions-rusqlite-store
-->
6 changes: 3 additions & 3 deletions rusqlite-store/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tower-sessions-rusqlite-store"
description = "(tokio-)rusqlite session store for `tower-sessions`."
version = "0.1.0"
version = "0.11.1"
edition = "2021"
authors = ["Patrick Recher <[email protected]>", "Max Countryman <[email protected]>"]
license = "MIT"
Expand All @@ -19,11 +19,11 @@ rusqlite = { version = "0.30.0" }
tokio-rusqlite = "0.5.0"
thiserror = "1.0.56"
time = "0.3.31"
tower-sessions-core = { version = "0.10.2", features = ["deletion-task"] }
tower-sessions-core = { version = "0.11.1", features = ["deletion-task"] }

[dev-dependencies]
axum = "0.7.1"
tower-sessions = "0.10.2"
tower-sessions = "0.11.1"
tokio = { version = "1.32.0", features = ["full"] }
tokio-test = "0.4.3"
serde = "1"
Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ time = "0.3.30"
tokio = { version = "1", features = ["full"] }
tower = "0.4.13"
tower-cookies = "0.10.0"
tower-sessions = "0.10.2"
tower-sessions = "0.11.1"
tower-sessions-rusqlite-store = { path = "../rusqlite-store/" }

[[test]]
Expand Down

0 comments on commit 89da44a

Please sign in to comment.