Skip to content

Commit

Permalink
cargo: update all dependencies (#504)
Browse files Browse the repository at this point in the history
* Update dependencies.
Signed-off-by: Seth Westphal <westy92@gmail.com>

* Updates.

Signed-off-by: Seth Westphal <westy92@gmail.com>

---------

Signed-off-by: Seth Westphal <westy92@gmail.com>
  • Loading branch information
westy92 committed Nov 23, 2023
1 parent 76a6345 commit f49c724
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Expand Up @@ -9,9 +9,9 @@ on:
env:
CARGO_TERM_COLOR: always
# Pinned toolchain for linting and benchmarks
ACTIONS_LINTS_TOOLCHAIN: 1.65.0
ACTIONS_LINTS_TOOLCHAIN: 1.70.0
# Minimum supported Rust version (MSRV)
ACTION_MSRV_TOOLCHAIN: 1.65.0
ACTION_MSRV_TOOLCHAIN: 1.70.0
EXTRA_FEATURES: "protobuf push process"

jobs:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -33,10 +33,10 @@ reqwest = { version = "^0.11", features = ["blocking"], optional = true }
thiserror = "^1.0"

[target.'cfg(target_os = "linux")'.dependencies]
procfs = { version = "^0.14", optional = true, default-features = false }
procfs = { version = "^0.16", optional = true, default-features = false }

[dev-dependencies]
criterion = "0.4"
criterion = "0.5"
getopts = "^0.2"
hyper = { version = "^0.14", features = ["server", "http1", "tcp"] }
tokio = { version = "^1.0", features = ["macros", "rt-multi-thread"] }
Expand Down
4 changes: 2 additions & 2 deletions static-metric/Cargo.toml
Expand Up @@ -13,13 +13,13 @@ edition = "2018"
proc-macro = true

[dependencies]
syn = { version = "1.0", features = ["full", "extra-traits"] }
syn = { version = "2.0", features = ["full", "extra-traits"] }
proc-macro2 = "1.0"
quote = "1.0"
lazy_static = "1.4"

[dev-dependencies]
criterion = "0.4"
criterion = "0.5"
prometheus = { path = "../" }

[features]
Expand Down

0 comments on commit f49c724

Please sign in to comment.