Skip to content

Commit

Permalink
Merge pull request #361 from boinkor-net/dependabot/cargo/cargo-89165…
Browse files Browse the repository at this point in the history
…8076b

chore(deps): Bump the cargo group across 1 directory with 4 updates
  • Loading branch information
antifuchs authored Oct 14, 2024
2 parents 642ceb0 + e6cfe98 commit 3c31f27
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
68 changes: 34 additions & 34 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ parse_duration = "2.1.1"
enum-kinds = "0.5.1"
prometheus = "0.13.4"
prometheus-hyper = "0.2"
futures = "0.3.30"
once_cell = "1.19.0"
futures = "0.3.31"
once_cell = "1.20.2"
hhmmss = "0.1.0"
serde = "*"
# For rhai, we have to exclude ahash for now, as that pins getrandom
Expand All @@ -34,9 +34,9 @@ rhai = { version = "1.19.0", features = ["serde", "std"], default_features = fal

[dependencies.clap]
features = ["derive"]
version = "4.5.17"
version = "4.5.20"

[dev-dependencies]
test-case = "3.3.1"
test-log = { version = "0.2.16", features = ["trace"], default-features = false }
tempfile = "3.12.0"
tempfile = "3.13.0"

0 comments on commit 3c31f27

Please sign in to comment.