Skip to content

Commit

Permalink
upgrade crates
Browse files Browse the repository at this point in the history
  • Loading branch information
rsachdeva committed Jan 10, 2025
1 parent 2e7c30c commit 1f22db5
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 52 deletions.
84 changes: 42 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions chatty-tcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ edition = "2021"

[dependencies]
tokio = { version = "1", features = ["full"] }
tracing = "0.1.40"
thiserror = "2.0.3"
anyhow = "1.0.93"
serde = "1.0.215"
serde_json = "1.0.133"
clap = { version = "4.5.21", features = ["derive"] }
tracing = "0.1.41"
thiserror = "2.0.11"
anyhow = "1.0.95"
serde = "1.0.217"
serde_json = "1.0.135"
clap = { version = "4.5.26", features = ["derive"] }
# workspace member depdenencies
chatty-types = { path = "../chatty-types" }

Expand Down
8 changes: 4 additions & 4 deletions chatty-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
edition = "2021"

[dependencies]
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
anyhow = "1.0.93"
serde = { version = "1.0.215", features = ["derive"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
anyhow = "1.0.95"
serde = { version = "1.0.217", features = ["derive"] }

0 comments on commit 1f22db5

Please sign in to comment.