Skip to content

Commit 29bc3ae

Browse files
build(deps): bump serde_with from 3.9.0 to 3.11.0
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.9.0 to 3.11.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.9.0...v3.11.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 d56870e commit 29bc3ae

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
@@ -29,7 +29,7 @@ mime = "0.3.17"
2929
rand.workspace = true
3030
sentry.workspace = true
3131
serde.workspace = true
32-
serde_with = "3.9.0"
32+
serde_with = "3.11.0"
3333
serde_urlencoded = "0.7.1"
3434
serde_json.workspace = true
3535
thiserror.workspace = true

crates/config/Cargo.toml

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

2929
serde.workspace = true
30-
serde_with = { version = "3.9.0", features = ["hex", "chrono"] }
30+
serde_with = { version = "3.11.0", features = ["hex", "chrono"] }
3131
serde_json.workspace = true
3232

3333
pem-rfc7468 = "0.7.0"

crates/handlers/Cargo.toml

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

4949
# Various structure (de)serialization
5050
serde.workspace = true
51-
serde_with = { version = "3.9.0", features = ["hex", "chrono"] }
51+
serde_with = { version = "3.11.0", features = ["hex", "chrono"] }
5252
serde_json.workspace = true
5353
serde_urlencoded = "0.7.1"
5454

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.9.0"
31+
serde_with = "3.11.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.9.0", features = ["chrono"] }
20+
serde_with = { version = "3.11.0", features = ["chrono"] }
2121
chrono.workspace = true
2222
sha2 = "0.10.8"
2323
data-encoding = "2.6.0"

crates/oidc-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rand.workspace = true
2929
serde.workspace = true
3030
serde_json.workspace = true
3131
serde_urlencoded = "0.7.1"
32-
serde_with = "3.9.0"
32+
serde_with = "3.11.0"
3333
thiserror.workspace = true
3434
tower.workspace = true
3535
tracing.workspace = true

0 commit comments

Comments
 (0)