Skip to content

Commit

Permalink
Update Rust crate url to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2023
1 parent a793a71 commit c0ded6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ serde_json = { version = "1.0.96", features = ["std"], optional = true, default-
serde_yaml = { version = "0.9.21", optional = true, default-features = false }
tantivy = { version = "0.19.2", features = ["mmap"], optional = true, default-features = false }
ticky = { git = "https://github.com/Dirout/ticky.git", features = ["stdtime"], optional = true, default-features = false }
url = { version = "2.4.0", optional = true, default-features = false }
url = { version = "2.5.0", optional = true, default-features = false }
uuid = { version = "1.3.3", features = ["std", "v7", "serde"], optional = true, default-features = false }
wild = { version = "2.1.0", optional = true, default-features = false }
yansi = { version = "0.5.1", optional = true, default-features = false }
Expand Down

0 comments on commit c0ded6e

Please sign in to comment.