Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates (#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent ff16097 commit 5cb838b
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 13 deletions.
43 changes: 33 additions & 10 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 @@ -59,7 +59,7 @@ sha2 = "0.10.8"
sha3 = "0.10.8"
thiserror = "2.0"
tls_codec = "0.4.1"
tokio = { version = "1.35.1", default-features = false }
tokio = { version = "1.43.0", default-features = false }
uuid = "1.10"
vergen-git2 = "1.0.2"
wasm-timer = "0.2"
Expand Down
4 changes: 2 additions & 2 deletions xmtp_debug/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ tracing-logfmt = "0.3"
owo-colors = "4.1"
url.workspace = true
redb = "2.4"
directories = "5.0"
directories = "6.0"
const_format.workspace = true
speedy = "0.8"
hex.workspace = true
prost.workspace = true
xxhash-rust = { version = "0.8", features = ["xxh3"] }
tokio = "1.41"
tokio = "1.43"
ecdsa = "0.16"
k256 = "0.13"
tempfile = "3.15"
Expand Down

0 comments on commit 5cb838b

Please sign in to comment.