Skip to content

Commit

Permalink
Ensure idna 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Nov 4, 2024
1 parent 99a4059 commit 5f6e5d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ tower-http = { version = "0.5.2", features = ["cors", "limit", "trace"] }
tracing = "0.1.40"
tracing-opentelemetry = "0.23.0"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
url = { version = "2.5.0 " }
url = "2.5.0"
idna = "0.5"
uuid = { version = "1.6.1", features = ["v7", "serde"] }
neon = "1"
quick_cache = "0.6.9"
ahash = "0.8.11"
ahash = "0.8.11"

0 comments on commit 5f6e5d1

Please sign in to comment.