Skip to content

Commit

Permalink
bump version of serde_with
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tal committed Dec 13, 2023
1 parent 43e7299 commit dbaef44
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 17 deletions.
207 changes: 191 additions & 16 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ log = "0.4.20"
env_logger = "0.10.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = "1.14.0"
serde_with = "3.4.0"
utoipa = { version = "4.1.0", features = ["actix_extras", "uuid", "debug"] }
utoipa-swagger-ui = { version = "5", features = ["actix-web"] }
uuid = { version = "1.6.1", features = ["v4", "fast-rng", "serde", "macro-diagnostics"] }
Expand Down

0 comments on commit dbaef44

Please sign in to comment.