Skip to content

Commit

Permalink
Merge pull request #1463 from comit-network/dependabot/cargo/strum-0.…
Browse files Browse the repository at this point in the history
…25.0

build(deps): bump strum from 0.24.1 to 0.25.0
  • Loading branch information
delta1 authored Dec 11, 2023
2 parents 8570e2b + 73162ad commit 141b9a9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 9 deletions.
35 changes: 27 additions & 8 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion swap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ sha2 = "0.10"
sigma_fun = { git = "https://github.com/LLFourn/secp256kfun", default-features = false, features = [ "ed25519", "serde", "secp256k1", "alloc" ] }
sqlx = { version = "0.6", features = [ "sqlite", "runtime-tokio-rustls", "offline" ] }
structopt = "0.3"
strum = { version = "0.24", features = [ "derive" ] }
strum = { version = "0.25", features = [ "derive" ] }
thiserror = "1"
time = "0.3"
tokio = { version = "1", features = [ "rt-multi-thread", "time", "macros", "sync", "process", "fs", "net" ] }
Expand Down

0 comments on commit 141b9a9

Please sign in to comment.