Skip to content

Commit dded23b

Browse files
Merge branch 'main' into rbadawi/rest-password-provider-support
2 parents fe19a27 + 8a6791f commit dded23b

File tree

9 files changed

+381
-532
lines changed

9 files changed

+381
-532
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -121,7 +121,7 @@ version = "1.1.0"
121121

122122
# HTTP body trait
123123
[workspace.dependencies.http-body]
124-
version = "1.0.0"
124+
version = "1.0.1"
125125

126126
# http-body utilities
127127
[workspace.dependencies.http-body-util]

crates/i18n/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ icu_provider = { version = "1.4.0", features = ["std", "sync"] }
2323
icu_provider_adapters = { version = "1.4.0", features = ["std"] }
2424
icu_relativetime = { version = "0.1.4", features = ["compiled_data", "std"] }
2525
pad = "0.1.6"
26-
pest = "2.7.11"
26+
pest = "2.7.13"
2727
pest_derive = "2.7.11"
2828
serde.workspace = true
2929
serde_json.workspace = true

0 commit comments

Comments
 (0)