Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dtantsur committed Feb 2, 2025
1 parent ba2f19d commit 22f1922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ stream = ["async-stream", "futures"]
async-stream = { version = "^0.3", optional = true }
async-trait = "^0.1"
chrono = { version = "^0.4", features = ["serde"] }
dirs = "^4.0.0"
dirs = "^6.0.0"
futures = { version = "^0.3", optional = true }
http = "^1.0"
lazy_static = "^1.4"
Expand All @@ -50,7 +50,7 @@ features = ["gzip", "http2", "json", "stream"]

[dev-dependencies]

env_logger = "^0.9"
env_logger = "^0.11"
maplit = "^1.0"
serde_urlencoded = "0.7"
tempfile = "^3.1"
Expand Down

0 comments on commit 22f1922

Please sign in to comment.