mirror of
https://github.com/house-of-vanity/v2-uri-parser.git
synced 2025-12-16 06:57:52 +00:00
Bump libs. added CI
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "v2parser"
|
||||
version = "0.3.1"
|
||||
edition = "2021"
|
||||
version = "0.4.0"
|
||||
edition = "2024"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
@@ -15,7 +15,9 @@ serde = { version = "1.0.189", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
urlencoding = "2"
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
tempfile = "3"
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
signal-hook = "0.3"
|
||||
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
|
||||
tempfile = "3"
|
||||
futures = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user