Skip to content

Commit

Permalink
Update serde_with to 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evaneaston committed Jul 15, 2024
1 parent d00738d commit 2100b8c
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 23 deletions.
74 changes: 53 additions & 21 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 @@ -20,7 +20,7 @@ metrics = "0.23.0"
metrics-exporter-prometheus = "0.15.0"
metrics-util = "0.17.0"
serde = "1.0.200"
serde_with = "3.8.0"
serde_with = "3.9.0"
serde_yaml = "0.9.33"
thiserror = "1.0.59"
tokio = "1.37.0"
Expand Down
2 changes: 1 addition & 1 deletion exporter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metrics-exporter-prometheus = { workspace = true, features = [ "http-listener" ]
metrics-util = { workspace = true }
openweathermap_client = { version = "0.4.0", path = "../client" }
serde = { workspace = true, features = [ "derive" ] }
serde_with = { workspace = true, features = [ "chrono", "macros" ] }
serde_with = { workspace = true, features = [ "std" ] }
serde_yaml = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true, features = [ "macros", "net" ] }
Expand Down

0 comments on commit 2100b8c

Please sign in to comment.