Bump skywalking version to 0.10.0 and update LICENSE references (#72)

diff --git a/Cargo.lock b/Cargo.lock
index 67d1d15..0c309b1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1141,7 +1141,7 @@
 
 [[package]]
 name = "skywalking"
-version = "0.9.0"
+version = "0.10.0"
 dependencies = [
  "base64",
  "bytes",
diff --git a/Cargo.toml b/Cargo.toml
index 5146639..03c0996 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@
 
 [package]
 name = "skywalking"
-version = "0.9.0"
+version = "0.10.0"
 authors = ["Apache Software Foundation"]
 edition = "2024"
 description = "Apache SkyWalking Rust Agent"
diff --git a/dist-material/LICENSE b/dist-material/LICENSE
index 61d5436..3c96c7c 100644
--- a/dist-material/LICENSE
+++ b/dist-material/LICENSE
@@ -212,7 +212,6 @@
     https://crates.io/crates/prost-derive/0.13.5 0.13.5 Apache-2.0
     https://crates.io/crates/prost-types/0.13.5 0.13.5 Apache-2.0
     https://crates.io/crates/protobuf-src/2.1.1+27.1 2.1.1+27.1 Apache-2.0
-    https://crates.io/crates/skywalking/0.9.0 0.9.0 Apache-2.0
     https://crates.io/crates/sync_wrapper/1.0.2 1.0.2 Apache-2.0
 
 ========================================================================
diff --git a/dist-material/LICENSE.tpl b/dist-material/LICENSE.tpl
index cb845a3..25dfd24 100644
--- a/dist-material/LICENSE.tpl
+++ b/dist-material/LICENSE.tpl
@@ -20,7 +20,7 @@
 The text of each license is also included in licenses/LICENSE-[project].txt.
 {{ end }}
 
-    {{- range .Deps }}
+{{- range .Deps }}{{ if ne .Name "skywalking" }}
     https://crates.io/crates/{{ .Name }}/{{ .Version }} {{ .Version }} {{ .LicenseID }}
-    {{- end }}
+    {{- end }}{{- end }}
 {{ end }}