Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates (#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 821c912 commit 15cd39d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions xmtp_debug/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ color-eyre = "0.6"
tracing-logfmt = "0.3"
owo-colors = "4.1"
url.workspace = true
redb = "2.3"
redb = "2.4"
directories = "5.0"
const_format.workspace = true
speedy = "0.8"
Expand All @@ -34,7 +34,7 @@ xxhash-rust = { version = "0.8", features = ["xxh3"] }
tokio = "1.41"
ecdsa = "0.16"
k256 = "0.13"
tempfile = "3.14"
tempfile = "3.15"
thiserror.workspace = true
tracing-appender = "0.2"
chrono.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion xmtp_mls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ ctor.workspace = true
ethers = { workspace = true, features = ["openssl"] }
mockito = "1.6.1"
openmls = { workspace = true }
tempfile = "3.14.0"
tempfile = "3.15.0"
tracing-subscriber = { workspace = true, features = [
"env-filter",
"fmt",
Expand Down

0 comments on commit 15cd39d

Please sign in to comment.