Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
evanrittenhouse committed Jan 6, 2025
1 parent 09db922 commit 5dbf361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion h3i/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ qlog = { version = "0.13.0", path = "../qlog" }
quiche = { version = "0.22", path = "../quiche", features = ["internal", "qlog"] }
rand = "0.8.5"
smallvec = "1.11.2"
serde_with = "1"
serde_with = "3.11.0"
serde_json = "1"
serde = "1"
url = "1"
2 changes: 1 addition & 1 deletion qlog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ license = "BSD-2-Clause"
serde = { version = "1.0.139", features = ["derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }
serde_derive = "1.0"
serde_with = { version = "3.0.0", default-features = false, features = ["macros"] }
serde_with = { version = "3.11.0", default-features = false, features = ["macros"] }
smallvec = { version = "1.10", features = ["serde"] }

0 comments on commit 5dbf361

Please sign in to comment.