Skip to content

Commit ea5f741

Browse files
committed
update dependencies
1 parent 79a7c83 commit ea5f741

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG.md
22

3+
## unreleased
4+
5+
- clearer debug logs (https://github.com/wooorm/markdown-rs/pull/92)
6+
- update compiler to rust 1.74
7+
- use user id and group id 1000 in docker image (this is the default user id in most linux distributions)
8+
39
## 0.16.0 (2023-11-19)
410

511
- Add special handling of hidden inputs in [forms](https://sql.ophir.dev/documentation.sql?component=form#component). Hidden inputs are now completely invisible to the end user, facilitating the implementation of multi-step forms, csrf protaction, and other complex forms.

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async-trait = "0.1.61"
4040
async-recursion = "1.0.0"
4141
include_dir = "0.7.2"
4242
config = { version = "0.13.3", features = ["json"] }
43-
markdown = { version = "1.0.0-alpha.9", features = ["log"] }
43+
markdown = { version = "1.0.0-alpha.15", features = ["log"] }
4444
password-hash = "0.5.0"
4545
argon2 = "0.5.0"
4646
actix-web-httpauth = "0.8.0"

0 commit comments

Comments
 (0)