Skip to content

Commit

Permalink
chore: bump serde-with
Browse files Browse the repository at this point in the history
  • Loading branch information
roeap committed Jul 16, 2023
1 parent 9276505 commit fcb0e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-kusto-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bytes = "1.4"
futures = "0.3"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_with = { version = "2.2.0", features = ["json"] }
serde_with = { version = "3", features = ["json"] }
thiserror = "1.0.38"
hashbrown = { version = "0.14", features = ["serde"] }
regex = "1.7.1"
Expand Down

0 comments on commit fcb0e2d

Please sign in to comment.