Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cljoly/fb18f21208dbf3ab749a3a45cfca67db to your computer and use it in GitHub Desktop.
Save cljoly/fb18f21208dbf3ab749a3a45cfca67db to your computer and use it in GitHub Desktop.
Comparing tokio-rusqlite-new v0.10.0 and tokio-rusqlite-new v0.11.0 as published on crates.io
diff '--color=auto' -r -u '--color=auto' -x Cargo.lock /home/cj/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rusqlite-new-0.10.0/.cargo_vcs_info.json /home/cj/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rusqlite-new-0.11.0/.cargo_vcs_info.json
--- /home/cj/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rusqlite-new-0.10.0/.cargo_vcs_info.json 1970-01-01 00:00:01.000000000 +0000
+++ /home/cj/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rusqlite-new-0.11.0/.cargo_vcs_info.json 1970-01-01 00:00:01.000000000 +0000
@@ -1,6 +1,6 @@
{
"git": {
- "sha1": "b9ca28fc65d9547f3e11fa09e3033a49ca2009cf"
+ "sha1": "d30e75e89e77532dd8391993e6cd2774e985034f"
},
"path_in_vcs": ""
}
\ No newline at end of file
diff '--color=auto' -r -u '--color=auto' -x Cargo.lock /home/cj/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rusqlite-new-0.10.0/Cargo.toml /home/cj/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rusqlite-new-0.11.0/Cargo.toml
--- /home/cj/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rusqlite-new-0.10.0/Cargo.toml 1970-01-01 00:00:01.000000000 +0000
+++ /home/cj/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rusqlite-new-0.11.0/Cargo.toml 1970-01-01 00:00:01.000000000 +0000
@@ -12,7 +12,7 @@
[package]
edition = "2021"
name = "tokio-rusqlite-new"
-version = "0.10.0"
+version = "0.11.0"
authors = [
"xuxiaocheng <[email protected]>",
"Programatik <[email protected]>",
@@ -62,18 +62,18 @@
version = "~0.5"
[dependencies.rusqlite]
-version = "~0.36"
+version = "~0.37"
[dependencies.tokio]
-version = "^1.45"
+version = "^1.46"
features = ["sync"]
[dev-dependencies.rusqlite]
-version = "~0.36"
+version = "~0.37"
features = ["bundled"]
[dev-dependencies.tokio]
-version = "^1.45"
+version = "^1.46"
features = [
"rt-multi-thread",
"macros",
diff '--color=auto' -r -u '--color=auto' -x Cargo.lock /home/cj/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rusqlite-new-0.10.0/Cargo.toml.orig /home/cj/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rusqlite-new-0.11.0/Cargo.toml.orig
--- /home/cj/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rusqlite-new-0.10.0/Cargo.toml.orig 2006-07-24 01:21:28.000000000 +0000
+++ /home/cj/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rusqlite-new-0.11.0/Cargo.toml.orig 2006-07-24 01:21:28.000000000 +0000
@@ -1,6 +1,6 @@
[package]
name = "tokio-rusqlite-new"
-version = "0.10.0"
+version = "0.11.0"
authors = ["xuxiaocheng <[email protected]>", "Programatik <[email protected]>", "Adi Salimgereev <[email protected]>"]
edition = "2021"
description = "Asynchronous handle for rusqlite library."
@@ -15,12 +15,12 @@
[dependencies]
crossbeam-channel = "~0.5"
-rusqlite = "~0.36"
-tokio = { version = "^1.45", features = ["sync"] }
+rusqlite = "~0.37"
+tokio = { version = "^1.46", features = ["sync"] }
[dev-dependencies]
-rusqlite = { version = "~0.36", features = ["bundled"] }
-tokio = { version = "^1.45", features = ["rt-multi-thread", "macros"] }
+rusqlite = { version = "~0.37", features = ["bundled"] }
+tokio = { version = "^1.46", features = ["rt-multi-thread", "macros"] }
[[test]]
name = "tests"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment