Skip to content

Commit a90dd0a

Browse files
fix(deps): update rust crate serde_with to >= 3.8.1, < 4
Signed-off-by: Platform Engineering Bot <[email protected]>
1 parent 6ba7938 commit a90dd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ serde = { features = ["derive"], version = "1.0.197" }
3939
serde_ignored = "0.1.10"
4040
serde_json = "1.0.115"
4141
serde_yaml = "0.9.34"
42-
serde_with = ">= 3.7.0, < 4"
42+
serde_with = ">= 3.8.1, < 4"
4343
tokio = { features = ["io-std", "time", "process", "rt", "net"], version = ">= 1.37.0" }
4444
tokio-util = { features = ["io-util"], version = "0.7" }
4545
tracing = "0.1"

0 commit comments

Comments
 (0)