Skip to content

Commit

Permalink
chore: Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Norbiros committed Nov 30, 2024
1 parent 3b68301 commit 3a0f821
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ macro = []
serde = ["dep:serde"]

[dependencies]
bytes = "1.7.2"
bytes = "1.9.0"
cesu8 = "1.1.0"
derive_more = { version = "1.0.0", features = ["into", "from"] }
thiserror = "1.0.64"
serde = { version = "1.0.210", optional = true, features = ["derive"] }
thiserror = "2.0.3"
serde = { version = "1.0.215", optional = true, features = ["derive"] }

[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
flate2 = "1.0.34"
flate2 = "1.0.35"

[profile.bench]
debug = true
Expand Down

0 comments on commit 3a0f821

Please sign in to comment.