Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
Signed-off-by: Seth Westphal <seth@sethwestphal.com>
  • Loading branch information
westy92 committed Nov 16, 2023
1 parent 6e81890 commit 7438479
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -36,10 +36,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 7438479

Please sign in to comment.