Skip to content

Commit 09342bc

Browse files
chore(deps): update dependencies (#299)
* chore(deps): update dependencies * Remove Dependabot upon request
1 parent bf078de commit 09342bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/h3spec.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
LOGFILE=h3server.log
44
if ! [ -e "h3spec-linux-x86_64" ] ; then
55
# if we don't already have a h3spec executable, wget it from github
6-
wget https://github.com/kazu-yamamoto/h3spec/releases/download/v0.1.12/h3spec-linux-x86_64
6+
wget https://github.com/kazu-yamamoto/h3spec/releases/download/v0.1.13/h3spec-linux-x86_64
77
chmod +x h3spec-linux-x86_64
88
fi
99

examples/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [
3838
] }
3939
octets = "0.3.0"
4040

41-
tracing-tree = { version = "0.3" }
41+
tracing-tree = { version = "0.4" }
4242
h3-datagram = { path = "../h3-datagram" }
4343

4444
[features]

0 commit comments

Comments
 (0)