Skip to content

Commit

Permalink
Merge pull request #566 from sebadob/bump-spow-release
Browse files Browse the repository at this point in the history
bump `spow` to the latest release
  • Loading branch information
sebadob authored Sep 24, 2024
2 parents 670296b + 6ead392 commit b469509
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 34 deletions.
82 changes: 49 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_json_path = "0.6.7"
serde_with = { version = "3.8.1", features = ["macros"] }
spow = "0.3"
spow = { version = "0.4", features = ["server"] }
# pinned to 0.8.0 because 0.8.1 has been yanked
sqlx = { version = "=0.8.0", features = ["macros", "migrate", "postgres", "runtime-tokio", "sqlite", "tls-rustls", "uuid"] }
strum = { version = "0.26.3", features = ["derive"] }
Expand Down

0 comments on commit b469509

Please sign in to comment.