diff --git a/Cargo.lock b/Cargo.lock index feb785c2..d594af10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -861,9 +861,9 @@ dependencies = [ [[package]] name = "camino" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88ad0e1e3e88dd237a156ab9f571021b8a158caa0ae44b1968a241efb5144c1e" +checksum = "c77df041dc383319cc661b428b6961a005db4d6808d5e12536931b1ca9556055" dependencies = [ "serde", ] diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index f6ec0824..997d2cab 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" anyhow = "1.0.68" atty = "0.2.14" axum = "0.6.1" -camino = "1.1.1" +camino = "1.1.2" clap = { version = "4.0.32", features = ["derive"] } dotenv = "0.15.0" hyper = { version = "0.14.23", features = ["full"] } diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index b21ac437..6fd296c8 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -13,7 +13,7 @@ async-trait = "0.1.60" thiserror = "1.0.38" anyhow = "1.0.68" -camino = { version = "1.1.1", features = ["serde1"] } +camino = { version = "1.1.2", features = ["serde1"] } chrono = { version = "0.4.23", features = ["serde"] } figment = { version = "0.10.8", features = ["env", "yaml", "test"] } schemars = { version = "0.8.11", features = ["url", "chrono"] } diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index a21841b5..642043cc 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -46,7 +46,7 @@ pbkdf2 = { version = "0.11.0", features = ["password-hash", "std"] } zeroize = "1.5.7" # Various data types and utilities -camino = "1.1.1" +camino = "1.1.2" chrono = { version = "0.4.23", features = ["serde"] } time = "0.3.17" url = { version = "2.3.1", features = ["serde"] } diff --git a/crates/iana-codegen/Cargo.toml b/crates/iana-codegen/Cargo.toml index 93256267..0e884839 100644 --- a/crates/iana-codegen/Cargo.toml +++ b/crates/iana-codegen/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] anyhow = "1.0.68" async-trait = "0.1.60" -camino = "1.1.1" +camino = "1.1.2" convert_case = "0.6.0" csv = "1.1.6" futures-util = "0.3.25" diff --git a/crates/spa/Cargo.toml b/crates/spa/Cargo.toml index a35108ea..2bbf0b64 100644 --- a/crates/spa/Cargo.toml +++ b/crates/spa/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.91" thiserror = "1.0.38" -camino = { version = "1.1.1", features = ["serde1"] } +camino = { version = "1.1.2", features = ["serde1"] } headers = "0.3.8" http = "0.2.8" tower-service = "0.3.2" diff --git a/crates/templates/Cargo.toml b/crates/templates/Cargo.toml index f37d4fde..e82e95fc 100644 --- a/crates/templates/Cargo.toml +++ b/crates/templates/Cargo.toml @@ -17,7 +17,7 @@ serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.91" serde_urlencoded = "0.7.1" -camino = "1.1.1" +camino = "1.1.2" chrono = "0.4.23" url = "2.3.1" http = "0.2.8"