Skip to content

Commit 38a429e

Browse files
committed
chore: update deps
1 parent 30e24af commit 38a429e

File tree

2 files changed

+59
-79
lines changed

2 files changed

+59
-79
lines changed

Cargo.lock

Lines changed: 48 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,28 @@ strip = true
1818
codegen-units = 1
1919

2020
[dependencies]
21-
anyhow = "1.0.72"
21+
anyhow = "1.0.75"
2222
lazy_static = "1.4.0"
23-
24-
base64 = "0.21.2"
23+
base64 = "0.21.4"
2524
base64url = "0.1.0"
2625
getrandom = { version = "0.2.10", features = ["js"] }
2726
rand = { version = "0.8.5" }
28-
regex = "1.8.1"
29-
words-count = "0.1.5"
27+
regex = "1.9.5"
28+
words-count = "0.1.6"
3029

31-
serde = { version = "1.0.177", features = ["derive"] }
30+
serde = { version = "1.0.188", features = ["derive"] }
3231
serde_qs = "0.12.0"
33-
serde_json = "1.0"
34-
serde_with = "3.1.0"
32+
serde_json = "1.0.106"
33+
serde_with = "3.3.0"
3534

3635
home = "0.5.5"
37-
chrono = "0.4.26"
36+
chrono = "0.4.30"
3837
mime = "0.3.17"
39-
reqwest = { version = "0.11.16", features = ["json"] }
40-
tokio = { version = "1.29.1", features = ["full"] }
38+
reqwest = { version = "0.11.20", features = ["json"] }
39+
tokio = { version = "1.32.0", features = ["full"] }
4140
futures = "0.3.28"
4241

43-
clap = { version = "4.3.19", features = ["derive", "wrap_help"] }
42+
clap = { version = "4.4.2", features = ["derive", "wrap_help"] }
4443
colored = "2.0.4"
4544

4645
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)