Skip to content

Commit

Permalink
Merge pull request #69 from golemfactory/pwalski/transfer_file_url_de…
Browse files Browse the repository at this point in the history
…code_bugfix

ya-transfer update (Transfer file URL decode non ASCII characters)
  • Loading branch information
nieznanysprawiciel authored Mar 4, 2024
2 parents a657125 + 2c3e55a commit a341765
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 41 deletions.
69 changes: 34 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ members = [
]

[dependencies]
ya-core-model = { git = "https://github.com/golemfactory/yagna.git", rev = "4f52d69072f78a5be5c9c707fd161c9ed069ad51", features = ["activity", "appkey"] }
ya-runtime-api = { git = "https://github.com/golemfactory/yagna.git", rev = "633d025ec830a414a42ea5a712543a758a8fb964" }
ya-service-bus = "0.6.3"
ya-core-model = { git = "https://github.com/golemfactory/yagna.git", rev = "fb9a89b11c815b5b6b664ca6c8b1151524420aa3", features = ["activity", "appkey"] }
ya-runtime-api = { git = "https://github.com/golemfactory/yagna.git", rev = "fb9a89b11c815b5b6b664ca6c8b1151524420aa3" }
ya-service-bus = "0.7.1"
ya-client-model = "0.6.0"
ya-agreement-utils = "0.5"
ya-transfer = { git = "https://github.com/golemfactory/yagna.git", rev = "633d025ec830a414a42ea5a712543a758a8fb964" }
ya-transfer = { git = "https://github.com/golemfactory/yagna.git", rev = "fb9a89b11c815b5b6b664ca6c8b1151524420aa3" }

actix = "0.13"
actix-rt = "2"
Expand All @@ -37,8 +37,7 @@ flexi_logger = { version = "0.27", features = ["colors"] }
regex = "1"
reqwest = { version = "0.11", features = ["blocking", "json"] }
async-stream = "0.3.5"
#ya-gsb-http-proxy = { path = "../yagna/exe-unit/components/gsb-http-proxy" }
ya-gsb-http-proxy = { git = "https://github.com/golemfactory/yagna.git", rev = "4f52d69072f78a5be5c9c707fd161c9ed069ad51" }
ya-gsb-http-proxy = { git = "https://github.com/golemfactory/yagna.git", rev = "fb9a89b11c815b5b6b664ca6c8b1151524420aa3" }
http = "0.2.11"
bytes = "1.5.0"
humantime = "2.1"
Expand All @@ -51,3 +50,6 @@ winapi = { version = "0.3", features = ["jobapi2", "processthreadsapi", "handlea
[dev-dependencies]
assert_cmd = "2.0"
predicates = "3.1"

[patch.crates-io]
ya-core-model = { git = "https://github.com/golemfactory/yagna.git", rev = "fb9a89b11c815b5b6b664ca6c8b1151524420aa3" }

0 comments on commit a341765

Please sign in to comment.