Skip to content

Commit

Permalink
deps: update serde
Browse files Browse the repository at this point in the history
  • Loading branch information
divagant-martian committed Feb 26, 2024
1 parent b25d30d commit 6e9719a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 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 @@ -22,7 +22,7 @@ futures = "0.3"
hyper = { version = "0.14.16", features = ["full"], optional = true }
pin-project = "1"
quinn = { version = "0.10", optional = true }
serde = { version = "1.0.103" }
serde = { version = "1.0.197" }
tokio = { version = "1", default-features = false, features = ["macros"] }
tokio-serde = { version = "0.8", features = ["bincode"], optional = true }
tokio-util = { version = "0.7", features = ["codec"], optional = true }
Expand Down

0 comments on commit 6e9719a

Please sign in to comment.