Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group across 1 directory with 6 updates #1657

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
389 changes: 235 additions & 154 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ thiserror = "2.0"
tls_codec = "0.4.1"
tokio = { version = "1.43.0", default-features = false }
tokio-stream = { version = "0.1", default-features = false }
uuid = "1.12"
uuid = "1.14"
vergen-git2 = "1.0.2"
web-time = "1.1"
bytes = "1.9"
bytes = "1.10"
pin-project-lite = "0.2"
reqwest = { version = "0.12.12", features = ["json", "stream"] }
itertools = "0.14"
Expand Down
6 changes: 3 additions & 3 deletions bindings_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tracing-subscriber = { workspace = true, features = [
"fmt",
"json",
] }
uniffi = { version = "0.28.0", default-features = false, features = ["tokio"] }
uniffi = { version = "0.29.0", default-features = false, features = ["tokio"] }
xmtp_api.workspace = true
xmtp_api_grpc.workspace = true
xmtp_common.workspace = true
Expand All @@ -45,7 +45,7 @@ tracing_android_trace = { version = "0.1", features = ["api_level_29"] }
tracing-oslog = "0.2"

[build-dependencies]
uniffi = { version = "0.28.0", features = ["build"] }
uniffi = { version = "0.29.0", features = ["build"] }

[[bin]]
name = "ffi-uniffi-bindgen"
Expand All @@ -56,7 +56,7 @@ required-features = ["uniffi/cli"]
ethers = { workspace = true, features = ["rustls"] }
rand.workspace = true
tokio = { workspace = true, features = ["rt-multi-thread"] }
uniffi = { version = "0.28.0", features = ["bindgen-tests"] }
uniffi = { version = "0.29.0", features = ["bindgen-tests"] }
uuid = { workspace = true, features = ["v4", "fast-rng"] }
xmtp_api_grpc = { workspace = true, features = ["test-utils"] }
xmtp_mls = { workspace = true, features = ["test-utils"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ethers.workspace = true
futures.workspace = true
hex.workspace = true
openmls = { workspace = true }
owo-colors = "4.1"
owo-colors = "4.2"
prost.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion xmtp_api_http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
async-trait.workspace = true
bytes = "1.9"
bytes = "1.10"
futures = { workspace = true, default-features = false }
pin-project-lite = "0.2.15"
reqwest.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion xmtp_cryptography/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ k256 = { version = "0.13.3", features = ["ecdh"] }
openmls_basic_credential.workspace = true
openmls_traits.workspace = true
rand = { workspace = true }
rand_chacha = "0.3.1"
rand_chacha = "0.9.0"
rustc-hex.workspace = true
serde = { workspace = true }
sha2.workspace = true
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,12 +25,12 @@ k256 = "0.13"
lipsum = "0.9"
miniserde = "0.1"
openmls.workspace = true
owo-colors = "4.1"
owo-colors = "4.2"
prost.workspace = true
rand.workspace = true
redb = "2.4"
speedy = "0.8"
tempfile = "3.15"
tempfile = "3.17"
thiserror.workspace = true
tokio = "1.43"
tracing = { workspace = true, features = ["valuable"] }
Expand Down
2 changes: 1 addition & 1 deletion xmtp_mls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ ctor.workspace = true
ethers = { workspace = true, features = ["openssl"] }
mockito = "1.6.1"
openmls = { workspace = true }
tempfile = "3.15.0"
tempfile = "3.17.1"
tracing-subscriber = { workspace = true, features = [
"env-filter",
"fmt",
Expand Down
Loading