alpha
Login
or
Join now
nandi.uk
/
gleam
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Fork of daniellemaywood.uk/gleam — Wasm codegen work
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Update tokio
author
Louis Pilfold
date
1 year ago
(Apr 8, 2025, 10:16 AM +0100)
commit
d4087958
d40879583a7d80fe59fbabf50e447ce5e4e6ccfc
parent
eac6ded6
eac6ded6add79ccfff157fa535af1d0f3496bd15
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
Cargo.lock
+2
-2
Cargo.lock
View file
Reviewed
···
3122
3122
3123
3123
[[package]]
3124
3124
name = "tokio"
3125
3125
-
version = "1.39.2"
3125
3125
+
version = "1.42.1"
3126
3126
source = "registry+https://github.com/rust-lang/crates.io-index"
3127
3127
-
checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1"
3127
3127
+
checksum = "2209a14885b74764cce87ffa777ffa1b8ce81a3f3166c6f886b83337fe7e077f"
3128
3128
dependencies = [
3129
3129
"backtrace",
3130
3130
"bytes",