Skip to content

Commit

Permalink
⬆️ deps: Update dependencies (non-major) (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent f63360d commit 1eef561
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ emoji-cat = []
copy = ["copypasta"]

[build-dependencies]
reqwest = { version = "0.12.3", features = ["json", "stream"] }
reqwest = { version = "0.12.4", features = ["json", "stream"] }
tokio = { version = "1.37.0", features = ["full"] }
tokio-stream = "0.1"
indicatif = "0.17.8"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"

[target.'cfg(target_os = "linux")'.build-dependencies]
openssl = { version = "0.10", features = ["vendored"] }
Expand All @@ -32,8 +32,8 @@ openssl = { version = "0.10", features = ["vendored"] }
clap = { version = "4.5.4", features = ["derive"] }
lazy_static = "1.4.0"
rand = "0.8.5"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
dirs = "5.0"
cliclack = "0.2.5"
console = "0.15.8"
Expand Down

0 comments on commit 1eef561

Please sign in to comment.