diff --git a/crates/file_url/CHANGELOG.md b/crates/file_url/CHANGELOG.md index a77a939bb..1790a4ffb 100644 --- a/crates/file_url/CHANGELOG.md +++ b/crates/file_url/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.6](https://github.com/conda/rattler/compare/file_url-v0.1.5...file_url-v0.1.6) - 2024-10-07 + +### Other + +- update Cargo.toml dependencies + ## [0.1.5](https://github.com/conda/rattler/compare/file_url-v0.1.4...file_url-v0.1.5) - 2024-09-05 ### Fixed diff --git a/crates/file_url/Cargo.toml b/crates/file_url/Cargo.toml index 3e483a9ce..d26ac8b15 100644 --- a/crates/file_url/Cargo.toml +++ b/crates/file_url/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "file_url" -version = "0.1.5" +version = "0.1.6" edition.workspace = true authors = ["Bas Zalmstra "] description = "Helper functions to work with file:// urls" diff --git a/crates/rattler_conda_types/Cargo.toml b/crates/rattler_conda_types/Cargo.toml index 010c37505..81706995d 100644 --- a/crates/rattler_conda_types/Cargo.toml +++ b/crates/rattler_conda_types/Cargo.toml @@ -12,7 +12,7 @@ readme.workspace = true [dependencies] chrono = { workspace = true } -file_url = { path = "../file_url", version = "0.1.5" } +file_url = { path = "../file_url", version = "0.1.6" } fxhash = { workspace = true } glob = { workspace = true } hex = { workspace = true } diff --git a/crates/rattler_lock/Cargo.toml b/crates/rattler_lock/Cargo.toml index 4619a3761..778e83413 100644 --- a/crates/rattler_lock/Cargo.toml +++ b/crates/rattler_lock/Cargo.toml @@ -17,7 +17,7 @@ indexmap = { workspace = true, features = ["serde"] } itertools = { workspace = true } rattler_conda_types = { path = "../rattler_conda_types", version = "0.28.2", default-features = false } rattler_digest = { path = "../rattler_digest", version = "1.0.2", default-features = false } -file_url = { path = "../file_url", version = "0.1.5" } +file_url = { path = "../file_url", version = "0.1.6" } pep508_rs = { workspace = true, features = ["serde"] } pep440_rs = { workspace = true, features = ["serde"] } serde = { workspace = true, features = ["derive"] } diff --git a/crates/rattler_repodata_gateway/Cargo.toml b/crates/rattler_repodata_gateway/Cargo.toml index 95f008c45..3f77fe7dd 100644 --- a/crates/rattler_repodata_gateway/Cargo.toml +++ b/crates/rattler_repodata_gateway/Cargo.toml @@ -22,7 +22,7 @@ cache_control = { workspace = true } chrono = { workspace = true, features = ["std", "serde", "alloc", "clock"] } dashmap = { workspace = true } dirs = { workspace = true } -file_url = { path = "../file_url", version = "0.1.5" } +file_url = { path = "../file_url", version = "0.1.6" } futures = { workspace = true } hex = { workspace = true, features = ["serde"] } http = { workspace = true, optional = true }