Skip to content

Commit b3a4dfd

Browse files
committed
build: update dependencies
1 parent 5630261 commit b3a4dfd

3 files changed

Lines changed: 66 additions & 67 deletions

File tree

Cargo.lock

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

crates/command/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ lib = { workspace = true }
4848
reqwest = { version = "0.12.24", features = ["json"] }
4949
const_format = { version = "0.2.35", features = ["rust_1_64"] }
5050
tracing = { workspace = true }
51-
tracing-subscriber = { version = "0.3.20", features = ["env-filter"]}
51+
tracing-subscriber = { version = "0.3.22", features = ["env-filter"]}
5252
futures-batch = "0.7.0"
5353
thousands = "0.2.0"
5454
current_platform = "0.2.0"

crates/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ serde_json = { workspace = true }
1919
chrono = { version = "0.4.42", features = ["serde"], optional = true }
2020
itertools = "0.14.0"
2121
strum = { workspace = true, features = ["derive", "strum_macros"], optional = true }
22-
fuzzydate = {version = "0.2.3", optional = true }
22+
fuzzydate = {version = "0.3.1", optional = true }
2323
nom = "8.0.0"
2424
rdkafka = { version = "0.38.0", features = [], optional = true}
2525
url = "2.5.7"

0 commit comments

Comments
 (0)