Skip to content

Commit

Permalink
Merge pull request #486 from containers/renovate/serde_with-3.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate serde_with to >= 3.8.1, < 4
  • Loading branch information
cgwalters committed May 1, 2024
2 parents dfe3982 + ace6714 commit 649c5eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.199" }
serde_ignored = "0.1.10"
serde_json = "1.0.116"
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.10" }
tracing = "0.1.40"
Expand Down

0 comments on commit 649c5eb

Please sign in to comment.