Skip to content

Commit

Permalink
Update the url/idna dependency. (#32174)
Browse files Browse the repository at this point in the history
Update dependency in url. For convex-py/convex-rs

GitOrigin-RevId: 69b8cbced7cd2ab4922f356044960ec14d1ed189
  • Loading branch information
nipunn1313 authored and Convex, Inc. committed Dec 12, 2024
1 parent 6f33703 commit 257dd20
Show file tree
Hide file tree
Showing 3 changed files with 246 additions and 9 deletions.
251 changes: 244 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ tracing-appender = { version = "0.2" }
tracing-subscriber = { version = "0.3.17", features = [ "env-filter", "json" ] }
tracy-client = { version = "0.17.0", default-features = false, features = [ "fibers" ] }
tungstenite = { version = "0.21.0", features = [ "url", "native-tls-vendored" ] }
url = "2.5.2"
url = "2.5.4"
urlencoding = "2.1.3"
uuid = { version = "1.6", features = [ "serde", "v4" ] }
walkdir = "2"
Expand Down
2 changes: 1 addition & 1 deletion crates/convex/Cargo.oss.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tokio = { features = [ "full" ], version = "1" }
tokio-stream = { features = [ "io-util", "sync" ], version = "0.1" }
tokio-tungstenite = { features = [], version = "0.21.0" }
tracing = { version = "0.1" }
url = { version = "2.5.2" }
url = { version = "2.5.4" }
uuid = { features = [ "serde", "v4" ], version = "1.6" }

[dev-dependencies]
Expand Down

0 comments on commit 257dd20

Please sign in to comment.