Skip to content

Commit

Permalink
chore: dependency maintenance (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk authored Oct 18, 2024
1 parent 8860ba2 commit ffd8650
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 59 deletions.
107 changes: 56 additions & 51 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ default = []
openapi = ["utoipa"]
hashes = ["xxhash-rust", "base64"]
[dependencies]
base64 = { version = "0.21.0", optional = true }
base64 = { version = "0.22.1", optional = true }
chrono = { version = "0.4.38", features = ["serde"] }
derive_builder = "0.12.0"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
utoipa = { version = "4.0.0", optional = true, features = ["chrono"] }
xxhash-rust = { version = "0.8.6", features = ["xxh3"], optional = true }
derive_builder = "0.20.2"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
utoipa = { version = "5", optional = true, features = ["chrono"] }
xxhash-rust = { version = "0.8.12", features = ["xxh3"], optional = true }
[dev-dependencies]
serde_qs = "0.12.0"
test-case = "3.1.0"
serde_qs = "0.13.0"
test-case = "3.3.1"

0 comments on commit ffd8650

Please sign in to comment.