Skip to content

Commit f49c724

Browse files
authored
cargo: update all dependencies (#504)
* Update dependencies. Signed-off-by: Seth Westphal <[email protected]> * Updates. Signed-off-by: Seth Westphal <[email protected]> --------- Signed-off-by: Seth Westphal <[email protected]>
1 parent 76a6345 commit f49c724

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ on:
99
env:
1010
CARGO_TERM_COLOR: always
1111
# Pinned toolchain for linting and benchmarks
12-
ACTIONS_LINTS_TOOLCHAIN: 1.65.0
12+
ACTIONS_LINTS_TOOLCHAIN: 1.70.0
1313
# Minimum supported Rust version (MSRV)
14-
ACTION_MSRV_TOOLCHAIN: 1.65.0
14+
ACTION_MSRV_TOOLCHAIN: 1.70.0
1515
EXTRA_FEATURES: "protobuf push process"
1616

1717
jobs:

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ reqwest = { version = "^0.11", features = ["blocking"], optional = true }
3333
thiserror = "^1.0"
3434

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

3838
[dev-dependencies]
39-
criterion = "0.4"
39+
criterion = "0.5"
4040
getopts = "^0.2"
4141
hyper = { version = "^0.14", features = ["server", "http1", "tcp"] }
4242
tokio = { version = "^1.0", features = ["macros", "rt-multi-thread"] }

static-metric/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ edition = "2018"
1313
proc-macro = true
1414

1515
[dependencies]
16-
syn = { version = "1.0", features = ["full", "extra-traits"] }
16+
syn = { version = "2.0", features = ["full", "extra-traits"] }
1717
proc-macro2 = "1.0"
1818
quote = "1.0"
1919
lazy_static = "1.4"
2020

2121
[dev-dependencies]
22-
criterion = "0.4"
22+
criterion = "0.5"
2323
prometheus = { path = "../" }
2424

2525
[features]

0 commit comments

Comments
 (0)