Skip to content

Commit

Permalink
Merge pull request #404 from getlipa/dependabot/cargo/chrono-0.4.26
Browse files Browse the repository at this point in the history
Bump chrono from 0.4.25 to 0.4.26
  • Loading branch information
danielgranhao authored May 31, 2023
2 parents a3217b5 + 9bf61bb commit e903b4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ perro = { git = "https://github.com/getlipa/perro", tag = "v1.0.1" }

[dev-dependencies]
bitcoin = "0.29.2"
chrono = { version = "0.4.25", default-features = false }
chrono = { version = "0.4.26", default-features = false }
colored = "2.0.0"
ctor = "0.2.0"
esplora-client = { version = "0.5.0", default-features = false, features = ["blocking"] }
Expand Down
2 changes: 1 addition & 1 deletion eel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aes = "0.8.1"
aes-gcm = "0.10.2"
bip39 = "2"
bitcoin = "0.29.2"
chrono = { version = "0.4.25", default-features = false }
chrono = { version = "0.4.26", default-features = false }
cipher = { version = "0.4.3", features = ["block-padding", "alloc"] }
ecies = { version = "0.2.3", default-features = false, features = ["pure"] }
esplora-client = { version = "0.5.0", default-features = false, features = ["blocking"] }
Expand Down

0 comments on commit e903b4e

Please sign in to comment.