Skip to content

Commit 2b3c1ae

Browse files
committed
Updated some dependencies to newer minor versions
1 parent cbb729e commit 2b3c1ae

File tree

2 files changed

+37
-12
lines changed

2 files changed

+37
-12
lines changed

Cargo.lock

+35-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ clap = { version = "~4", features = ["derive"] }
3434
serde = { version = "~1", features = ["derive"] }
3535
serde_repr = { version = "~0.1" }
3636
serde_json = { version = "~1", features = ["raw_value"] }
37-
toml = { version = "~0.7" }
37+
toml = { version = "~0.8" }
3838
# Time library
3939
chrono = { version = ">=0.4.20", default-features = false, features = ["serde"] }
4040
# Bytes abstractions for network usage
@@ -56,7 +56,7 @@ futures = { version = "~0.3" }
5656
futures-util = "0.3"
5757

5858
# More iterators
59-
itertools = { version = "~0.11" }
59+
itertools = { version = "~0.12" }
6060

6161
# Lazy initialization
6262
once_cell = { version = "~1" }

0 commit comments

Comments
 (0)