Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Nov 2, 2024
1 parent 37198e7 commit eef3b5d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 24 deletions.
41 changes: 21 additions & 20 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ rust-version = "1.80"
exclude = ["org.freedesktop.Secrets.xml"]

[workspace.dependencies]
ashpd = {version = "0.9", git = "https://github.com/bilelmoussaoui/ashpd", default-features = false}
ashpd = {version = "0.10", default-features = false}
endi = "1.1"
clap = { version = "4.5.19", features = [ "cargo", "derive" ] }
clap = { version = "4.5", features = [ "cargo", "derive" ] }
futures-channel = "0.3"
futures-lite = "2.1"
futures-lite = "2.4"
futures-util = "0.3"
oo7 = { path = "client", version = "0.3", features = ["unstable", "tracing"]}
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.40", default-features = false }
tokio = { version = "1.41", default-features = false }
tempfile = "3.13"
tracing = "0.1"
tracing-subscriber = "0.3"
Expand Down

0 comments on commit eef3b5d

Please sign in to comment.