Skip to content

Commit

Permalink
Merge pull request #162 from serpent-os/dependabot/cargo/cargo-4d02ed…
Browse files Browse the repository at this point in the history
…5924
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
2 parents ffa6425 + 893f96b commit 0a473ee
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 52 deletions.
95 changes: 51 additions & 44 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ edition = "2021"

[workspace.dependencies]
bytes = "1.5.0"
chrono = "0.4.30"
clap = { version = "4.4.11", features = ["derive", "string"] }
chrono = "0.4.34"
clap = { version = "4.5.1", features = ["derive", "string"] }
crossterm = "0.27.0"
derive_more = "0.99"
dialoguer = "0.11.0"
dirs = "5.0"
elf = "0.7.4"
indicatif = "0.17.7"
itertools = "0.12.0"
indicatif = "0.17.8"
itertools = "0.12.1"
futures = "0.3.30"
glob = "0.3.1"
hex = "0.4.3"
Expand All @@ -31,20 +31,20 @@ nom = "7.1.3"
nix = { version = "0.27.1", features = ["user", "fs", "sched", "process", "mount", "hostname", "signal", "term"] }
once_cell = "1.19.0"
petgraph = "0.6.4"
rayon = "1.8"
reqwest = { version = "0.11.23", default-features = false, features = ["rustls-tls", "stream"] }
rayon = "1.9"
reqwest = { version = "0.11.24", default-features = false, features = ["rustls-tls", "stream"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.9"
sha2 = "0.10.8"
sqlx = { version = "0.7.3", features = ["sqlite", "chrono", "runtime-tokio"] }
strum = { version = "0.25", features = ["derive"] }
thiserror = "1"
tokio = { version = "1.35", features = ["full"] }
tokio = { version = "1.36", features = ["full"] }
tokio-stream = { version = "0.1.14", features = ["time"] }
tokio-util = { version = "0.7.9", features = ["io"] }
url = { version = "2.5.0", features = ["serde"] }
xxhash-rust = { version = "0.8.8", features = ["xxh3"] }
xxhash-rust = { version = "0.8.10", features = ["xxh3"] }
zstd = "0.12.4"

[profile.release]
Expand Down

0 comments on commit 0a473ee

Please sign in to comment.