Skip to content

Commit

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

build(deps): bump strum from 0.25.0 to 0.26.1
  • Loading branch information
delta1 authored Jan 29, 2024
2 parents 8ff8c95 + 1ad6af6 commit 14d83b1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
27 changes: 23 additions & 4 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.25", features = [ "derive" ] }
strum = { version = "0.26", 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 14d83b1

Please sign in to comment.