mirror of
https://github.com/danog/php-tokio.git
synced 2024-11-26 12:24:58 +01:00
Update deps
This commit is contained in:
parent
905dc72279
commit
721a84861a
@ -4,12 +4,12 @@ repository = "https://github.com/danog/php-tokio"
|
||||
homepage = "https://github.com/danog/php-tokio"
|
||||
license = "AGPL-3.0-or-later"
|
||||
description = "Use any async Rust library from PHP!"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Daniil Gentili <daniil@daniil.it>"]
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
nicelocal-ext-php-rs = "0.10.3"
|
||||
nicelocal-ext-php-rs = "0.10.4"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio-pipe = "^0.2"
|
||||
lazy_static = "1.4.0"
|
||||
|
@ -2,13 +2,13 @@
|
||||
name = "example-reqwest"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
publish = false
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
php-tokio = "^0.1"
|
||||
nicelocal-ext-php-rs = { version = "^0.10.3", features = ["anyhow"] }
|
||||
php-tokio = "^0.1.2"
|
||||
nicelocal-ext-php-rs = { version = "^0.10.4", features = ["anyhow"] }
|
||||
reqwest = "^0.11"
|
Loading…
Reference in New Issue
Block a user