Skip to content
This repository was archived by the owner on Oct 30, 2019. It is now read-only.

Commit d7fb679

Browse files
Update async-datagram requirement from 2.2.0 to 3.0.0
Updates the requirements on [async-datagram](https://github.com/rustasync/async-datagram) to permit the latest version. - [Release notes](https://github.com/rustasync/async-datagram/releases) - [Changelog](https://github.com/rustasync/async-datagram/blob/master/CHANGELOG.md) - [Commits](https://github.com/rustasync/async-datagram/commits/3.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 5b7224b commit d7fb679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime-native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ futures-preview = { version = "0.3.0-alpha.16", features = ["compat"] }
1717
runtime-raw = { path = "../runtime-raw", version = "0.3.0-alpha.4" }
1818

1919
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
20-
async-datagram = "2.2.0"
20+
async-datagram = "3.0.0"
2121
juliex = "0.3.0-alpha.6"
2222
lazy_static = "1.3.0"
2323
romio = "0.3.0-alpha.9"

0 commit comments

Comments
 (0)