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