mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-02 06:38:21 +00:00
Merge pull request #174 from ivre/dependabot/cargo/chrono-0.4.27
Bump chrono from 0.4.26 to 0.4.27
This commit is contained in:
commit
807a185db9
2 changed files with 4 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -150,9 +150,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|||
|
||||
[[package]]
|
||||
name = "chrono"
|
||||
version = "0.4.26"
|
||||
version = "0.4.27"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
|
||||
checksum = "f56b4c72906975ca04becb8a30e102dfecddd0c06181e3e95ddc444be28881f8"
|
||||
dependencies = [
|
||||
"android-tzdata",
|
||||
"iana-time-zone",
|
||||
|
@ -160,7 +160,7 @@ dependencies = [
|
|||
"num-traits",
|
||||
"time",
|
||||
"wasm-bindgen",
|
||||
"winapi",
|
||||
"windows-targets",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -23,7 +23,7 @@ edition = "2018"
|
|||
[dependencies]
|
||||
bitflags = "2.4.0"
|
||||
byteorder = "1.4.3"
|
||||
chrono = "0.4.26"
|
||||
chrono = "0.4.27"
|
||||
clap = "4.4.1"
|
||||
dns-parser = "0.8.0"
|
||||
flate2 = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue