Skip to content

Commit

Permalink
rust: bump time to most recent
Browse files Browse the repository at this point in the history
Fixes build on rustc 1.80.

Bumps the MSRV to 1.67.1.

Bug: #7130.
  • Loading branch information
victorjulien committed Jul 29, 2024
1 parent 058ad87 commit da1645b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 8 deletions.
37 changes: 31 additions & 6 deletions rust/Cargo.lock.in

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions rust/Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ bendy = { version = "~0.3.3", default-features = false }
asn1-rs = { version = "~0.6.1" }
ldap-parser = { version = "~0.4.0" }

# last version to work with MSRV 1.63
time = "=0.3.20"
time = "~0.3.36"

suricata-derive = { path = "./derive", version = "@PACKAGE_VERSION@" }

Expand Down

0 comments on commit da1645b

Please sign in to comment.