Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit 4741df6

Browse files
committed
chore: updated deps
1 parent e3e7bd4 commit 4741df6

2 files changed

Lines changed: 134 additions & 51 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ bin-dir = "{ name }-{ target }-v{ version }/{ bin }{ binary-ext }"
2323
pkg-fmt = "tgz"
2424

2525
[dependencies]
26-
tokio = { version = "*", features = ["rt-multi-thread", "macros", "sync"] }
27-
reqwest = { version = "0.11.24", features = ["json"], optional = true }
28-
serde = { version = "1.0.196", features = ["derive"], optional = true }
29-
clap = { version = "4.5.1", optional = true, features = ["derive"] }
26+
tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros", "sync"] }
27+
reqwest = { version = "0.12.4", features = ["json"], optional = true }
28+
serde = { version = "1.0.198", features = ["derive"], optional = true }
29+
clap = { version = "4.5.4", optional = true, features = ["derive"] }
3030
serde_urlencoded = { version = "0.7.1", optional = true }
31-
serde_json = { version = "1.0.113", optional = true }
32-
base64 = { version = "0.21.7", optional = true }
31+
serde_json = { version = "1.0.116", optional = true }
32+
base64 = { version = "0.22.0", optional = true }
3333
ring = { version = "0.17.8", optional = true }
3434
rand = { version = "0.8.5", optional = true }
3535
hex = { version = "0.4.3", optional = true }

0 commit comments

Comments
 (0)