Skip to content

Commit

Permalink
upgrade dependencies (#62)
Browse files Browse the repository at this point in the history
bytes 0.5 -> 1.1.0
num-rational 0.3 -> 0.4.0

Co-authored-by: ahkrr <[email protected]>
  • Loading branch information
ahkrr and ahkrr authored Dec 22, 2021
1 parent 2849d4d commit b4e43c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ license = "MIT"
[dependencies]
thiserror = "^1.0"
byteorder = "1"
bytes = "0.5"
num-rational = { version = "0.3", features = ["serde"] }
bytes = "1.1.0"
num-rational = { version = "0.4.0", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

Expand Down

0 comments on commit b4e43c2

Please sign in to comment.