Skip to content

Commit b7b2c7e

Browse files
committed
build: update dependencies and bump version
1 parent 39435e2 commit b7b2c7e

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

Cargo.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[package]
22
name = "sslkeylog-processor"
3-
version = "0.18.5"
3+
version = "0.18.6"
44
authors = ["Aristarkh Zagorodnikov <xm@x-infinity.com>"]
55
edition = "2021"
66

77
[dependencies]
88
anyhow = "1.0.100"
99
regex = "1.12.2"
10-
time = "0.3.46"
10+
time = "0.3.47"
1111
# Updating to 3.x is not possible since interaction between mongodb and bson crates is broken WRT time support
1212
bson = { version = "2.15.0", features = ["time-0_3"] }
13-
mongodb = { version = "3.5.0", features = ["sync"] }
13+
mongodb = { version = "3.5.1", features = ["sync"] }
1414
hex = "0.4.3"
1515
lazy_static = "1.5.0"
1616
getopts = "0.2.24"

0 commit comments

Comments
 (0)