mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-02 06:38:21 +00:00
Merge pull request #137 from ivre/dependabot/cargo/chrono-0.4.26
Bump chrono from 0.4.25 to 0.4.26
This commit is contained in:
commit
a1ab84b81a
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -145,9 +145,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|||
|
||||
[[package]]
|
||||
name = "chrono"
|
||||
version = "0.4.25"
|
||||
version = "0.4.26"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fdbc37d37da9e5bce8173f3a41b71d9bf3c674deebbaceacd0ebdabde76efb03"
|
||||
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
|
||||
dependencies = [
|
||||
"android-tzdata",
|
||||
"iana-time-zone",
|
||||
|
|
|
@ -23,7 +23,7 @@ edition = "2018"
|
|||
[dependencies]
|
||||
bitflags = "1.2.1"
|
||||
byteorder = "1.4.3"
|
||||
chrono = "0.4.25"
|
||||
chrono = "0.4.26"
|
||||
clap = "4.3.0"
|
||||
dns-parser = "0.8.0"
|
||||
flate2 = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue