Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit aa5f214

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): bump serde_with from 3.3.0 to 3.4.0
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b05660 commit aa5f214

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/axum-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mime = "0.3.17"
2222
rand.workspace = true
2323
sentry = { version = "0.31.7", default-features = false }
2424
serde.workspace = true
25-
serde_with = "3.3.0"
25+
serde_with = "3.4.0"
2626
serde_urlencoded = "0.7.1"
2727
serde_json.workspace = true
2828
thiserror.workspace = true

crates/config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ulid.workspace = true
2424
url.workspace = true
2525

2626
serde.workspace = true
27-
serde_with = { version = "3.3.0", features = ["hex", "chrono"] }
27+
serde_with = { version = "3.4.0", features = ["hex", "chrono"] }
2828
serde_json.workspace = true
2929

3030
pem-rfc7468 = "0.7.0"

crates/handlers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "postgres"] }
4040

4141
# Various structure (de)serialization
4242
serde.workspace = true
43-
serde_with = { version = "3.3.0", features = ["hex", "chrono"] }
43+
serde_with = { version = "3.4.0", features = ["hex", "chrono"] }
4444
serde_json.workspace = true
4545
serde_urlencoded = "0.7.1"
4646

crates/jose/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ schemars = "0.8.15"
2424
sec1 = "0.7.3"
2525
serde.workspace = true
2626
serde_json.workspace = true
27-
serde_with = "3.3.0"
27+
serde_with = "3.4.0"
2828
sha2 = { version = "0.10.8", features = ["oid"] }
2929
signature = "2.1.0"
3030
thiserror.workspace = true

crates/oauth2-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ serde_json.workspace = true
1414
language-tags = { version = "0.3.2", features = ["serde"] }
1515
url.workspace = true
1616
parse-display = "0.8.2"
17-
serde_with = { version = "3.3.0", features = ["chrono"] }
17+
serde_with = { version = "3.4.0", features = ["chrono"] }
1818
chrono.workspace = true
1919
sha2 = "0.10.8"
2020
data-encoding = "2.4.0"

crates/oidc-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rand.workspace = true
3535
serde.workspace = true
3636
serde_json.workspace = true
3737
serde_urlencoded = "0.7.1"
38-
serde_with = "3.3.0"
38+
serde_with = "3.4.0"
3939
thiserror.workspace = true
4040
tokio = { version = "1.33.0", features = ["rt", "macros", "rt-multi-thread"] }
4141
tower = { version = "0.4.13", features = ["full"] }

0 commit comments

Comments
 (0)