Skip to content

Commit

Permalink
fix(deps): update rust crate serde_with to >= 3.8.1, < 4
Browse files Browse the repository at this point in the history
Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>
  • Loading branch information
platform-engineering-bot committed Apr 28, 2024
1 parent 6ba7938 commit a90dd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ serde = { features = ["derive"], version = "1.0.197" }
serde_ignored = "0.1.10"
serde_json = "1.0.115"
serde_yaml = "0.9.34"
serde_with = ">= 3.7.0, < 4"
serde_with = ">= 3.8.1, < 4"
tokio = { features = ["io-std", "time", "process", "rt", "net"], version = ">= 1.37.0" }
tokio-util = { features = ["io-util"], version = "0.7" }
tracing = "0.1"
Expand Down

0 comments on commit a90dd0a

Please sign in to comment.