Skip to content

Commit 215ddf5

Browse files
Update dependencies
1 parent d1c5ee1 commit 215ddf5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ async-trait = { version = "^0.1.51", optional = true }
2121
base64 = { version = "^0.13.0", optional = true }
2222
bytes = { version = "^1.1.0", features = ["serde"], optional = true }
2323
hmac = { version = "^0.11.0", features = ["std"], optional = true }
24-
hyper = { version = "^0.14.13", default-features = false, optional = true }
24+
hyper = { version = "^0.14.15", default-features = false, optional = true }
2525
hyper-tls = { version = "^0.5.0", optional = true }
2626
lazy_static = { version = "^1.4.0", optional = true }
2727
log = { version = "^0.4.14", optional = true }
2828
prometheus = { version = "^0.13.0", optional = true }
2929
serde = { version = "^1.0.130", features = ["derive"], optional = true }
30-
serde_json = { version = "^1.0.68", features = [
30+
serde_json = { version = "^1.0.71", features = [
3131
"preserve_order",
3232
"float_roundtrip",
3333
], optional = true }
34-
sha2 = { version = "^0.9.6", optional = true }
35-
thiserror = { version = "^1.0.29", optional = true }
34+
sha2 = { version = "^0.9.8", optional = true }
35+
thiserror = { version = "^1.0.30", optional = true }
3636
tracing = { version = "^0.1.29", optional = true }
3737
tracing-futures = { version = "^0.2.5", optional = true }
3838
urlencoding = { version = "^2.1.0", optional = true }

0 commit comments

Comments
 (0)