Skip to content

Commit cb60a43

Browse files
committed
Update root dependencies
dotenv 0.14 -> 0.15 octocrab 0.3 -> 0.5 pulldown-cmark 0.6 -> 0.7
1 parent 8cb2ded commit cb60a43

File tree

3 files changed

+9
-48
lines changed

3 files changed

+9
-48
lines changed

Cargo.lock

+6-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99
[dependencies]
1010
serde_json = "1"
1111
openssl = "0.10"
12-
dotenv = "0.14"
12+
dotenv = "0.15"
1313
reqwest = { version = "0.10", features = ["json", "blocking"] }
1414
regex = "1"
1515
lazy_static = "1"
@@ -33,7 +33,7 @@ tokio-postgres = { version = "0.5", features = ["with-chrono-0_4"] }
3333
postgres-native-tls = "0.3"
3434
native-tls = "0.2"
3535
serde_path_to_error = "0.1.2"
36-
octocrab = "0.3"
36+
octocrab = "0.5"
3737

3838
[dependencies.serde]
3939
version = "1"

parser/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ authors = ["Mark Rousskov <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
pulldown-cmark = "0.6.0"
8+
pulldown-cmark = "0.7.0"
99
log = "0.4"

0 commit comments

Comments
 (0)