Skip to content

Commit b83efeb

Browse files
build(deps): bump serde_with from 3.11.0 to 3.12.0
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.11.0 to 3.12.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.11.0...v3.12.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 e03aa6c commit b83efeb

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -30,7 +30,7 @@ rand.workspace = true
3030
reqwest.workspace = true
3131
sentry.workspace = true
3232
serde.workspace = true
33-
serde_with = "3.11.0"
33+
serde_with = "3.12.0"
3434
serde_urlencoded = "0.7.1"
3535
serde_json.workspace = true
3636
thiserror.workspace = true

crates/config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ulid.workspace = true
2828
url.workspace = true
2929

3030
serde.workspace = true
31-
serde_with = { version = "3.11.0", features = ["hex", "chrono"] }
31+
serde_with = { version = "3.12.0", features = ["hex", "chrono"] }
3232
serde_json.workspace = true
3333

3434
pem-rfc7468 = "0.7.0"

crates/handlers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ sqlx.workspace = true
5252

5353
# Various structure (de)serialization
5454
serde.workspace = true
55-
serde_with = { version = "3.11.0", features = ["hex", "chrono"] }
55+
serde_with = { version = "3.12.0", features = ["hex", "chrono"] }
5656
serde_json.workspace = true
5757
serde_urlencoded = "0.7.1"
5858

crates/jose/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ schemars.workspace = true
2828
sec1 = "0.7.3"
2929
serde.workspace = true
3030
serde_json.workspace = true
31-
serde_with = "3.11.0"
31+
serde_with = "3.12.0"
3232
sha2 = { version = "0.10.8", features = ["oid"] }
3333
signature = "2.2.0"
3434
thiserror.workspace = true

crates/oauth2-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ serde.workspace = true
1717
serde_json.workspace = true
1818
language-tags = { version = "0.3.2", features = ["serde"] }
1919
url.workspace = true
20-
serde_with = { version = "3.11.0", features = ["chrono"] }
20+
serde_with = { version = "3.12.0", features = ["chrono"] }
2121
chrono.workspace = true
2222
sha2 = "0.10.8"
2323
data-encoding = "2.6.0"

0 commit comments

Comments
 (0)