Skip to content

Commit 7050228

Browse files
authored
Merge pull request #68 from stackhpc/no-wildcard-deps
No wildcard dependencies
2 parents 6c4ac93 + bd5e20a commit 7050228

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Build and publish a Docker image
2+
name: Publish release
33
on:
44
release:
55
types: [published]

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reductionist"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2021"
55
# Due to AWS SDK.
66
rust-version = "1.66.1"
@@ -32,7 +32,7 @@ axum-server = { version = "0.4.7", features = ["tls-rustls"] }
3232
clap = { version = "4.2", features = ["derive", "env"] }
3333
expanduser = "1.2.2"
3434
flate2 = "1.0"
35-
http = "*"
35+
http = "0.2"
3636
hyper = { version = "0.14", features = ["full"] }
3737
lazy_static = "1.4"
3838
maligned = "0.2.1"
@@ -42,7 +42,7 @@ ndarray-stats = "0.5"
4242
num-traits = "0.2.16"
4343
prometheus = { version = "0.13", features = ["process"] }
4444
serde = { version = "1.0", features = ["derive"] }
45-
serde_json = "*"
45+
serde_json = "1.0"
4646
strum_macros = "0.24"
4747
thiserror = "1.0"
4848
tokio = { version = "1.28", features = ["full"] }

0 commit comments

Comments
 (0)