Skip to content

Commit e4efbf4

Browse files
authored
Merge pull request #27 from fastly/dora-update-deps
update dependencies
2 parents c62663f + 700e3aa commit e4efbf4

File tree

2 files changed

+37
-25
lines changed

2 files changed

+37
-25
lines changed

Cargo.lock

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

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ debug = true
99

1010
[dependencies]
1111
cfg-if = "1.0.0"
12-
fastly = "0.9.4"
12+
fastly = "0.9.8"
1313
hex = { version = "0.4.3", optional = true }
14-
hmac-sha256 = { version = "1.1.6", optional = true }
15-
regex = "1.7.3"
16-
time = { version = "0.3.20", features = ["formatting"] }
17-
urlencoding = { version = "2.1.2", optional = true }
14+
hmac-sha256 = { version = "1.1.7", optional = true }
15+
regex = "1.10.2"
16+
time = { version = "0.3.23", features = ["formatting"] }
17+
urlencoding = { version = "2.1.3", optional = true }
1818

1919
[features]
2020
default = ["auth"]

0 commit comments

Comments
 (0)