diff --git a/Cargo.lock b/Cargo.lock index 74b3643c..33126b88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10969,14 +10969,15 @@ dependencies = [ [[package]] name = "url" -version = "2.5.7" +version = "2.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" +checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" dependencies = [ "form_urlencoded", "idna 1.1.0", "percent-encoding", "serde", + "serde_derive", ] [[package]] diff --git a/crates/haystack_discourse/Cargo.toml b/crates/haystack_discourse/Cargo.toml index e8ea0fa2..26e84da5 100644 --- a/crates/haystack_discourse/Cargo.toml +++ b/crates/haystack_discourse/Cargo.toml @@ -16,7 +16,7 @@ tokio = { version = "1.35.0", features = ["full"] } serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" anyhow = "1.0.75" -url = "2.5.0" +url = "2.5.8" [dev-dependencies] wiremock = "0.6.4" diff --git a/crates/terraphim_atomic_client/Cargo.toml b/crates/terraphim_atomic_client/Cargo.toml index f1605005..0b6f9f74 100644 --- a/crates/terraphim_atomic_client/Cargo.toml +++ b/crates/terraphim_atomic_client/Cargo.toml @@ -15,7 +15,7 @@ jiff = { version = "0.2", features = ["serde"] } wasm-bindgen = { version = "0.2.92", optional = true } wasm-bindgen-futures = { version = "0.4.42", optional = true } dotenvy = "0.15.7" -url = { version = "2.5.4", features = ["serde"] } +url = { version = "2.5.8", features = ["serde"] } ed25519-dalek = { version = "2.2", features = ["rand_core"] } thiserror = "2.0.12" rand_core = { version = "0.6", features = ["getrandom"] } diff --git a/crates/terraphim_config/Cargo.toml b/crates/terraphim_config/Cargo.toml index 9b0f65c2..d6ce6d4a 100644 --- a/crates/terraphim_config/Cargo.toml +++ b/crates/terraphim_config/Cargo.toml @@ -48,7 +48,7 @@ ahash = { version = "0.8.8", features = ["serde"] } dirs = "6.0" regex = "1" anyhow = "1" -url = { version = "2.3.1", features = ["serde"] } +url = { version = "2.5.8", features = ["serde"] } async-once-cell = "0.5.3" ulid = { version = "1.0.0", features = ["serde", "uuid"] } thiserror = "1.0.53" diff --git a/crates/terraphim_middleware/Cargo.toml b/crates/terraphim_middleware/Cargo.toml index 3e5c5f83..173b51a8 100644 --- a/crates/terraphim_middleware/Cargo.toml +++ b/crates/terraphim_middleware/Cargo.toml @@ -35,7 +35,7 @@ tokio = { version = "1.15.0", features = ["full"] } wasm-bindgen-futures = "0.4" html2md = "0.2.15" async-trait = "0.1.73" -url = "2.4" +url = "2.5" urlencoding = "2.1" reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false } scraper = "0.25.0" diff --git a/crates/terraphim_rolegraph/Cargo.toml b/crates/terraphim_rolegraph/Cargo.toml index 5abcd38f..e808a2aa 100644 --- a/crates/terraphim_rolegraph/Cargo.toml +++ b/crates/terraphim_rolegraph/Cargo.toml @@ -28,7 +28,7 @@ thiserror = "1.0.30" tokio = { version = "1.27", features = ["fs", "macros", "rt-multi-thread"] } ulid = { version = "1.0.0", features = ["serde", "uuid"] } unicode-segmentation = "1.10.1" -url = "2.5.0" +url = "2.5.8" [[bench]] name = "throughput" diff --git a/terraphim_server/Cargo.toml b/terraphim_server/Cargo.toml index 0cf5b836..8cb49e14 100644 --- a/terraphim_server/Cargo.toml +++ b/terraphim_server/Cargo.toml @@ -40,7 +40,7 @@ mime_guess = "2.0.4" tower = { version = "0.5.3", features = ["util"] } rust-embed = { version = "8.2.0", features = ["axum", "axum-ex", "mime-guess"] } env_logger = "0.11.8" -url = "2.5.0" +url = "2.5.8" ahash = "0.8.11" schemars = "0.8.22" regex = "1.11.0"