Skip to content

Commit cbb6648

Browse files
authored
bump version: 1.7.0 (#223)
* preparing migration documents * criterion updated * update versions to 1.7.0
1 parent ecbcce5 commit cbb6648

File tree

8 files changed

+124
-63
lines changed

8 files changed

+124
-63
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99
resolver = "2"
1010

1111
[workspace.package]
12-
version = "1.6.1"
12+
version = "1.7.0"
1313
edition = "2021"
1414
rust-version = "1.82"
1515
license = "MIT OR Apache-2.0"
@@ -19,14 +19,14 @@ homepage = "https://github.com/biandratti/huginn-net"
1919

2020
[workspace.dependencies]
2121
clap = { version = "4.5.51", features = ["derive"] }
22-
criterion = { version = "0.7.0", features = ["html_reports"] }
22+
criterion = { version = "0.8.0", features = ["html_reports"] }
2323
crossbeam-channel = "0.5.15"
2424
ctrlc = "3.5.1"
2525
hpack-patched = "0.3.0"
26-
huginn-net-db = { path = "huginn-net-db", version = "1.6.1" }
27-
huginn-net-http = { path = "huginn-net-http", version = "1.6.1" }
28-
huginn-net-tcp = { path = "huginn-net-tcp", version = "1.6.1" }
29-
huginn-net-tls = { path = "huginn-net-tls", version = "1.6.1" }
26+
huginn-net-db = { path = "huginn-net-db", version = "1.7.0" }
27+
huginn-net-http = { path = "huginn-net-http", version = "1.7.0" }
28+
huginn-net-tcp = { path = "huginn-net-tcp", version = "1.7.0" }
29+
huginn-net-tls = { path = "huginn-net-tls", version = "1.7.0" }
3030
lazy_static = "1.5.0"
3131

3232
nom = "8.0.0"
@@ -39,5 +39,5 @@ thiserror = "2.0.17"
3939
tls-parser = "0.12.2"
4040
tracing = "0.1.43"
4141
tracing-appender = "0.2.4"
42-
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
42+
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
4343
ttl_cache = "0.5.1"

0 commit comments

Comments
 (0)