Skip to content

Commit

Permalink
fix: update loopdev to loopdev-erikh
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick authored and jackpot51 committed Jan 9, 2024
1 parent 689f408 commit 3382c77
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 68 deletions.
75 changes: 38 additions & 37 deletions Cargo.lock

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

15 changes: 8 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,18 @@ path = "src/lib.rs"
members = ["cli", "gtk"]

[dependencies]
anyhow = "1.0.65"
anyhow = "1.0.79"
as-result = "0.2.1"
async-std = "1.12.0"
derive-new = "0.6.0"
futures = "0.3.24"
futures = "0.3.30"
futures_codec = "0.4.1"
libc = "0.2.134"
memchr = "2.5.0"
libc = "0.2.151"
memchr = "2.7.1"
mnt = "0.3.1"
ron = "0.8.0"
serde = { version = "1.0.145", features = ["derive"] }
ron = "0.8.1"
serde = { version = "1.0.194", features = ["derive"] }
srmw = "0.1.1"
thiserror = "1.0.37"
thiserror = "1.0.56"
usb-disk-probe = "0.2.0"

12 changes: 6 additions & 6 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ name = "popsicle"
path = "src/main.rs"

[dependencies]
anyhow = "1.0.65"
anyhow = "1.0.79"
async-std = "1.12.0"
atty = "0.2.14"
better-panic = "0.3.0"
cascade = "1.0.1"
clap = "4.0.8"
clap = "4.4.13"
derive-new = "0.6.0"
fomat-macros = "0.3.1"
futures = "0.3.24"
fomat-macros = "0.3.2"
futures = "0.3.30"
i18n-embed = { version = "0.14.1", features = ["fluent-system", "desktop-requester"] }
i18n-embed-fl = "0.7.0"
libc = "0.2.134"
once_cell = "1.15.0"
libc = "0.2.151"
once_cell = "1.19.0"
# pbr = "1.0.4"
pbr = { git = "https://github.com/ids1024/pb", branch = "write" }
popsicle = { path = ".." }
Expand Down
36 changes: 18 additions & 18 deletions gtk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,32 @@ path = "src/main.rs"

[dependencies]
atomic = "0.6.0"
anyhow = "1.0.65"
anyhow = "1.0.79"
bytemuck = "1.14.0"
bytesize = "1.1.0"
bytesize = "1.3.0"
cascade = "1.0.1"
crossbeam-channel = "0.5.6"
dbus = "0.9.6"
crossbeam-channel = "0.5.10"
dbus = "0.9.7"
dbus-udisks2 = { git = "https://github.com/pop-os/dbus-udisks2" }
digest = "0.10.5"
futures = "0.3.24"
gdk = "0.17.0"
gdk-pixbuf = "0.17.0"
gio = "0.17.0"
glib = "0.17.0"
gtk = { version = "0.17.0" }
digest = "0.10.7"
futures = "0.3.30"
gdk = "0.17.1"
gdk-pixbuf = "0.17.10"
gio = "0.17.10"
glib = "0.17.10"
gtk = { version = "0.17.1" }
hex-view = "0.1.3"
iso9660 = { git = "https://github.com/ids1024/iso9660-rs" }
libc = "0.2.134"
md-5 = "0.10.5"
pango = "0.17.0"
libc = "0.2.151"
md-5 = "0.10.6"
pango = "0.17.10"
popsicle = { path = ".." }
pwd = "1.4.0"
sha2 = "0.10.6"
sha-1 = { version = "0.10.0", features = ["asm"] }
sys-mount = "2.0.2"
sha2 = "0.10.8"
sha-1 = { version = "0.10.1", features = ["asm"] }
sys-mount = "2.1.1"
async-std = "1.12.0"
i18n-embed = { version = "0.14.1", features = ["fluent-system", "desktop-requester"] }
i18n-embed-fl = "0.7.0"
rust-embed = { version = "8.2.0", features = ["debug-embed"] }
once_cell = "1.15.0"
once_cell = "1.19.0"

0 comments on commit 3382c77

Please sign in to comment.