Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from golemcloud/update-dependencies
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
adamgfraser authored Oct 9, 2023
2 parents d12f0df + 01c2a8a commit a947347
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 36 deletions.
45 changes: 18 additions & 27 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@ description = "Command line interface for Golem Cloud"

[dependencies]
async-trait = "0.1.73"
chrono = "0.4.26"
clap = { version = "4.4.1", features = ["derive"] }
chrono = "0.4.31"
clap = { version = "4.4.6", features = ["derive"] }
clap-verbosity-flag = "2.0.1"
derive_more = "0.99.17"
futures-util = "0.3.28"
golem-client = "0.0.45"
golem-client = "0.0.47"
golem-examples = "0.1.8"
http = "0.2.9"
indoc = "2.0.3"
indoc = "2.0.4"
itertools = "0.11.0"
native-tls = "0.2.11"
reqwest = "0.11.20"
reqwest = "0.11.22"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"
serde_json = "1.0.107"
serde_yaml = "0.9.25"
strum = "0.25.0"
strum_macros = "0.25.2"
tokio = { version = "1.32.0", features = ["full"] }
tokio-tungstenite = { version = "0.20.0", features = ["native-tls"] }
tokio = { version = "1.33.0", features = ["full"] }
tokio-tungstenite = { version = "0.20.1", features = ["native-tls"] }
tracing = "0.1.37"
tungstenite = "0.20.0"
tungstenite = "0.20.1"
url = "2.4.1"
uuid = "1.4.1"
dirs = "5.0.1"
Expand Down

0 comments on commit a947347

Please sign in to comment.