Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 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 crates/axum-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ workspace = true
axum.workspace = true
axum-extra.workspace = true
chrono.workspace = true
data-encoding = "2.7.0"
data-encoding = "2.8.0"
headers.workspace = true
http.workspace = true
icu_locid = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/oauth2-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ url.workspace = true
serde_with = { version = "3.12.0", features = ["chrono"] }
chrono.workspace = true
sha2 = "0.10.8"
data-encoding = "2.7.0"
data-encoding = "2.8.0"
thiserror.workspace = true

mas-iana.workspace = true
Expand Down
Loading