Skip to content

Commit 8606b19

Browse files
Update all dependencies
1 parent b119f89 commit 8606b19

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Cargo.toml

+11-11
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,35 @@ version = "0.8.1"
44
edition = "2021"
55

66
[dependencies]
7-
adw = { package = "libadwaita", version = "0.2.1", features = ["v1_2"] }
8-
base64 = "0.20.0"
7+
adw = { package = "libadwaita", version = "0.6.0", features = ["v1_2"] }
8+
base64 = "0.22.0"
99
blocking = "1.3.0"
1010
clap = { version = "4.0.12", features = ["derive", "env"] }
1111
file-lock = "2.1.6"
1212
futures = "0.3.25"
13-
glib = "0.16.7"
13+
glib = "0.19.0"
1414
glob = "0.3.0"
15-
hw-msg = "0.3.1"
16-
indexmap = "1.9.2"
15+
hw-msg = "0.4.0"
16+
indexmap = "2.0.0"
1717
ksni = "0.2.1"
1818
lazy_static = "1.4.0"
19-
librclone = { version = "0.6.0" }
20-
nix = "0.26.2"
19+
librclone = { version = "0.8.0" }
20+
nix = "0.29.0"
2121
rand = "0.8.5"
2222
regex = "1.6.0"
2323
rocket = "0.5.0-rc.2"
24-
sea-orm = { version = "0.10.3", features = ["sqlx-sqlite", "runtime-async-std-rustls", "macros"] }
25-
sea-orm-migration = "0.10.0"
24+
sea-orm = { version = "0.12.0", features = ["sqlx-sqlite", "runtime-async-std-rustls", "macros"] }
25+
sea-orm-migration = "0.12.0"
2626
serde = { version = "1.0.143", features = ["derive"] }
2727
serde_json = "1.0.83"
2828
tempfile = "3.3.0"
2929
tera = "1.17.1"
3030
time = { version = "0.3.17", features = ["serde-well-known"] }
3131
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread", "sync"] }
32-
toml_edit = { version = "0.14.4", features = ["serde"] }
32+
toml_edit = { version = "0.22.0", features = ["serde"] }
3333
tr = "0.1.6"
3434
url = "2.3.1"
3535

3636
[build-dependencies]
37-
grass = "0.11.2"
37+
grass = "0.13.0"
3838
nipper = "0.1.9"

0 commit comments

Comments
 (0)