Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
de-sh committed Jun 20, 2024
1 parent 11cab49 commit 7d2996b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

16 changes: 11 additions & 5 deletions uplink/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uplink"
version = "2.12.2"
version = "2.13.0"
authors = ["tekjar <[email protected]>"]
edition = "2021"

Expand All @@ -19,7 +19,10 @@ tokio-util = { workspace = true }
# binary utils
anyhow = "1"
axum = "0.6"
config = { version = "0.13.2", default-features = false, features = ["toml", "json"] }
config = { version = "0.13.2", default-features = false, features = [
"toml",
"json",
] }
structopt = "0.3"

# serializer
Expand All @@ -31,8 +34,8 @@ storage = { path = "../storage" }
# logging
log = { workspace = true }
regex = "1.7.1"
tracing = { version="0.1", features=["log"] }
tracing-subscriber = { version="0.3.18", features=["env-filter"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

# built-in collectors
# tunshell
Expand All @@ -46,7 +49,10 @@ fs2 = "0.4"
futures-util = { workspace = true }
hex = "0.4"
human_bytes = "0.4"
reqwest = { version = "0.11", default-features = false, features = ["stream", "rustls-tls"] }
reqwest = { version = "0.11", default-features = false, features = [
"stream",
"rustls-tls",
] }
rsa = { version = "0.9.6", features = ["sha2"] }
# systemstats
sysinfo = "0.26"
Expand Down

0 comments on commit 7d2996b

Please sign in to comment.