mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
chore: update urlpattern (#13422)
This commit is contained in:
parent
9139985180
commit
c98fbe2fd6
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4709,9 +4709,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "urlpattern"
|
||||
version = "0.1.3"
|
||||
version = "0.1.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8f7decaf7b744aab3251b934f4b92b2d1db77d12b23d76730b55ac2c80956ba9"
|
||||
checksum = "889a1e93b9812fe97a3aa69efdb2146740d70e67916e37911c3bd837762c4902"
|
||||
dependencies = [
|
||||
"derive_more",
|
||||
"regex",
|
||||
|
|
|
@ -17,7 +17,7 @@ path = "lib.rs"
|
|||
deno_core = { version = "0.114.0", path = "../../core" }
|
||||
serde = { version = "1.0.129", features = ["derive"] }
|
||||
serde_repr = "0.1.7"
|
||||
urlpattern = "0.1.3"
|
||||
urlpattern = "0.1.5"
|
||||
|
||||
[dev-dependencies]
|
||||
deno_bench_util = { version = "0.26.0", path = "../../bench_util" }
|
||||
|
|
Loading…
Add table
Reference in a new issue