diff --git a/Cargo.toml b/Cargo.toml index b3838a4..64bf837 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,13 +6,13 @@ license = "MIT OR Apache-2.0" name = "azure-iot-sdk" readme = "README.md" repository = "git@github.com:omnect/azure-iot-sdk.git" -version = "0.14.1" +version = "0.14.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" -azure-iot-sdk-sys = { git = "https://github.com/omnect/azure-iot-sdk-sys.git", tag = "0.6.3", default-features = false } +azure-iot-sdk-sys = { git = "https://github.com/omnect/azure-iot-sdk-sys.git", tag = "0.6.4", default-features = false } eis-utils = { git = "https://github.com/omnect/eis-utils.git", default-features = false, tag = "0.3.4", optional = true } futures = { version = "0.3", default-features = false } log = { version = "0.4", default-features = false } diff --git a/rust-toolchain.toml b/rust-toolchain.toml index b8889a3..075062e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.87.0" +channel = "1.93.0"