Skip to content

Commit ff30057

Browse files
committed
bump deps
1 parent d745b05 commit ff30057

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

Cargo.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ twitch_oauth2 = { version = "0.5.0-alpha.5", optional = true, path = "twitch_oau
2121
serde = { version = "1.0.123", features = ["derive"] }
2222
serde_derive = "1.0.123"
2323
async-trait = { version = "0.1.42", optional = true }
24-
serde_json = { version = "1.0.63", optional = true }
24+
serde_json = { version = "1.0.64", optional = true }
2525
serde_repr = "0.1.6"
2626
reqwest = { version = "0.11.0", optional = true }
2727
surf = { version = "2.1.0", optional = true }
@@ -68,7 +68,7 @@ tokio = { version = "1.2.0", features = ["rt-multi-thread", "macros"] }
6868
dotenv = "0.15.0"
6969
futures = "0.3.13"
7070
serde_cbor = "0.11.1"
71-
serde_json = "1.0.63"
71+
serde_json = "1.0.64"
7272

7373

7474
[build-dependencies]

0 commit comments

Comments
 (0)