Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
z-Wind committed Aug 12, 2024
1 parent f638bb4 commit 4da5a53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = { version = "3.8", features = ["chrono_0_4"] }
serde_with = { version = "3.9", features = ["chrono_0_4"] }
serde_repr = "0.1"
governor = "0.6"
chrono = { version = "0.4", features = ["serde", "clock"] }
Expand All @@ -35,7 +35,7 @@ dirs = "5.0"
url = "2.5"
http = "1.1"
axum = { version = "0.7", features = ["macros"] }
axum-server = { version = "0.6", features = ["tls-rustls"] }
axum-server = { version = "0.7", features = ["tls-rustls"] }
thiserror = "1.0"
open = "5"
async-channel = "2.3"
Expand All @@ -45,7 +45,7 @@ derive_builder = "0.20"
[dev-dependencies]
tower = { version = "0.4", features = ["util"] }
serde_test = "1.0"
mockito = "1.4"
mockito = "1.5"
pretty_assertions = "1.4"
assert-json-diff = "2.0"
float-cmp = "0.9"
Expand Down

0 comments on commit 4da5a53

Please sign in to comment.