diff --git a/Cargo.lock b/Cargo.lock index 289e41b..470181c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -257,7 +257,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -779,7 +779,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -1995,7 +1995,7 @@ dependencies = [ [[package]] name = "youtrack-client-api" version = "0.1.1" -source = "git+https://github.com/ghostspice/youtrack-client-api?rev=75ffdd3#75ffdd311579eb7a31fc349055a24041bcd2da3a" +source = "git+https://github.com/ghostspice/youtrack-client-api?tag=v0.1.1#5fcd9920940d49829e80d72a419668b7e4552cec" dependencies = [ "chrono", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index ecbbe13..f7fe7bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,7 @@ name = "youtrack-cli" path = "src/main.rs" [dependencies] -# Upstream crate is not yet published to crates.io (branch 0.1.x, no releases). -youtrack-client-api = { git = "https://github.com/ghostspice/youtrack-client-api", rev = "75ffdd3" } +youtrack-client-api = { git = "https://github.com/ghostspice/youtrack-client-api", tag = "v0.1.1" } clap = { version = "4.5", features = ["derive"] } tokio = { version = "1", features = ["rt-multi-thread", "macros"] } serde = "1"