mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-02 06:38:21 +00:00
Merge pull request #217 from ivre/dependabot/cargo/chrono-0.4.35
chore(deps): bump chrono from 0.4.34 to 0.4.35
This commit is contained in:
commit
8f2cea06a0
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -133,9 +133,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|||
|
||||
[[package]]
|
||||
name = "chrono"
|
||||
version = "0.4.34"
|
||||
version = "0.4.35"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b"
|
||||
checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a"
|
||||
dependencies = [
|
||||
"android-tzdata",
|
||||
"iana-time-zone",
|
||||
|
|
|
@ -23,7 +23,7 @@ edition = "2018"
|
|||
[dependencies]
|
||||
bitflags = "2.4.2"
|
||||
byteorder = "1.5.0"
|
||||
chrono = "0.4.34"
|
||||
chrono = "0.4.35"
|
||||
clap = "4.5.2"
|
||||
dns-parser = "0.8.0"
|
||||
flate2 = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue