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 @@ -29,7 +29,7 @@ mime = "0.3.17"
rand.workspace = true
sentry.workspace = true
serde.workspace = true
serde_with = "3.9.0"
serde_with = "3.11.0"
serde_urlencoded = "0.7.1"
serde_json.workspace = true
thiserror.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ulid.workspace = true
url.workspace = true

serde.workspace = true
serde_with = { version = "3.9.0", features = ["hex", "chrono"] }
serde_with = { version = "3.11.0", features = ["hex", "chrono"] }
serde_json.workspace = true

pem-rfc7468 = "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/handlers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ sqlx.workspace = true

# Various structure (de)serialization
serde.workspace = true
serde_with = { version = "3.9.0", features = ["hex", "chrono"] }
serde_with = { version = "3.11.0", features = ["hex", "chrono"] }
serde_json.workspace = true
serde_urlencoded = "0.7.1"

Expand Down
2 changes: 1 addition & 1 deletion crates/jose/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ schemars.workspace = true
sec1 = "0.7.3"
serde.workspace = true
serde_json.workspace = true
serde_with = "3.9.0"
serde_with = "3.11.0"
sha2 = { version = "0.10.8", features = ["oid"] }
signature = "2.2.0"
thiserror.workspace = true
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 @@ -17,7 +17,7 @@ serde.workspace = true
serde_json.workspace = true
language-tags = { version = "0.3.2", features = ["serde"] }
url.workspace = true
serde_with = { version = "3.9.0", features = ["chrono"] }
serde_with = { version = "3.11.0", features = ["chrono"] }
chrono.workspace = true
sha2 = "0.10.8"
data-encoding = "2.6.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/oidc-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rand.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_urlencoded = "0.7.1"
serde_with = "3.9.0"
serde_with = "3.11.0"
thiserror.workspace = true
tower.workspace = true
tracing.workspace = true
Expand Down
Loading