Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tremor-rs/tremor-runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 99c72f2237e7ce042ac387a396862a4db3e3f883
Choose a base ref
..
head repository: tremor-rs/tremor-runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5ab5f3b6469d20b6b3cf185a0c7413e114aadf10
Choose a head ref
Showing with 8 additions and 263 deletions.
  1. +7 −262 Cargo.lock
  2. +1 −1 tremor-connectors-azure/Cargo.toml
269 changes: 7 additions & 262 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tremor-connectors-azure/Cargo.toml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ azure_core = { version = "0.20.0", default-features = false, features = [
serde = "1.0.202"
anyhow = "1.0.83"
async-trait = "0.1.80"
url = "2.5.0"
url = "2.5.2"
reqwest = { version = "0.12.4", default-features = false, features = ["json"] }
tokio = "1.37.0"
log = "0.4.21"