Skip to content

Commit

Permalink
revert some other versions
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Nov 25, 2024
1 parent c443153 commit acf43ac
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 48 deletions.
56 changes: 18 additions & 38 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ edition = "2021"
axum = { version = "0.7.7", features = ["ws"] }
bollard = "0.17.0"
chrono = { version = "0.4.38", features = ["serde"] }
clap = "4.5.21"
data-encoding = "2.6.0"
futures-util = "0.3.31"
clap = "4.4.10"
data-encoding = "2.4.0"
futures-util = "0.3.29"
rand = "0.8.5"
reqwest = { version = "0.12.9", features = ["json"] }
serde = "1.0.215"
serde_json = "1.0.133"
serde_with = "3.11.0"
thiserror = "2.0.3"
tokio = { version = "1.41.1", features = ["sync"] }
reqwest = { version = "0.12.8", features = ["json"] }
serde = "1.0.109"
serde_json = "1.0.107"
serde_with = "3.4.0"
thiserror = "1.0.50"
tokio = { version = "1.33.0", features = ["sync"] }
tokio-tungstenite = "0.24.0"
tracing = "0.1.40"
tungstenite = "0.24.0"
url = "2.5.4"
url = "2.4.1"
valuable = { version = "0.1.0", features = ["derive"] }

[dev-dependencies]
Expand Down

0 comments on commit acf43ac

Please sign in to comment.