Skip to content

Commit

Permalink
Further decrease dependency requirements. We'll still use the latest …
Browse files Browse the repository at this point in the history
…packages in OSS
  • Loading branch information
jamesjwu committed Mar 25, 2024
1 parent 56e33a8 commit 4093991
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tlparse"
version = "0.3.9"
version = "0.3.10"
edition = "2021"
authors = ["Edward Z. Yang <ezyang@mit.edu>"]
description = "Parse TORCH_LOG logs produced by PyTorch torch.compile"
Expand All @@ -18,15 +18,15 @@ path = "src/cli.rs"
[dependencies]
anyhow = "1.0.75"
base16ct = "0.2.0"
clap = { version = "4.5.0", features = ["derive"] }
clap = { version = "4.5.2", features = ["derive"] }
fxhash = "0.2.1"
html-escape = "0.2.13"
html-escape = "0.2.5"
indexmap = "2.1.0"
indicatif = "0.17.8"
md-5 = "0.10.6"
once_cell = "1.19.0"
indicatif = "0.17.6"
md-5 = "0.10"
once_cell = "1.12"
opener = "0.6.1"
regex = "1.10.3"
serde = { version = "1.0.197", features = ["serde_derive"] }
regex = "1.9.2"
serde = { version = "1.0.185", features = ["serde_derive"] }
serde_json = "1.0.100"
tinytemplate = "1.2.1"

0 comments on commit 4093991

Please sign in to comment.